01-31-2012, 08:21 PM
|
|
|
Too lazy to set a custom title
Industry Role:
Join Date: Aug 2002
Posts: 55,591
|
Quote:
Originally Posted by u-Bob
perl :
Code:
open(INPUTFILE, "<urls.txt");
while(<INPUTFILE>)
{
my($line) = $_;
chomp($line);
system("start $line");
}
|
not on icq anymore?
|
|
|