. . . previous code (lots of handwaving) . . . # $netscape contains the full path to the # netscrape browser # # $url contains the URL I want opened. system(sprintf("%s %s",$netscape,$url)); . . . .