#! /usr/bin/perl my @ARG; for (@ARGV) { s{http://}{http://spth1304.ucr.edu/cgi-bin/nph-proxy.pl/000111A/http/}; push @ARG, $_; } exec('links',@ARG);