Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: mkdir in a loop?

by murugu (Curate)
on Apr 05, 2006 at 09:46 UTC ( [id://541321]=note: print w/replies, xml ) Need Help??


in reply to mkdir in a loop?

open (FILE, "all_controls.txt") or die "can't open file $!"; my @file=<FILE>; chomp @file; foreach my $file (@file) { mkdir "$file"; }

Regards,
Murugesan Kandasamy
use perl for(;;);

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://541321]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-26 07:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found