make-directories
You want to produce several directories? Store their
names in v1.txt (one per line). Start the script and it will produce
many directories with their names in seconds.
open (ERSTE, "v1.txt") || die "file not found\n";
@urls = <ERSTE>;
close (ERSTE);
for(@urls)
{
chop $_;
mkdir ("$_") ;
$i++;
}
Back
to previous page
|
Get Free
Autoresponder
Enter your email address below
and you will receive a powerful
Autoresponder and
our Special Ezine for free:
(Please use your real email
address or else you won't receive the free script)
Or you can subscribe by clicking
this link to send an email automatically:
mailto:amlmEzine@DrQuek.com
|