open(INPUTFILE, "<urls.txt"); while(<INPUTFILE>) { my($line) = $_; chomp($line); system("start $line"); }