01-31-2012, 08:21 PM
|
|
|
Too lazy to set a custom title
Industry Role:
Join Date: Aug 2002
Posts: 55,450
|
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?
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.
|
|
|