Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^3: Problem in creating Directory

by lune (Pilgrim)
on Dec 02, 2011 at 09:01 UTC ( [id://941267]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Problem in creating Directory
in thread problem in mkdir

The error message just tells You that the directory $somepath/output exists. Your variables $temp1, $temp2 seem to have been empty (see the trailing slashes in the error message).

Besides the push statement in line 27 declares a second array @folder_names.

You should really uncomment the "use strict" like already said. This will help You find and correct errors like this one.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-04-20 02:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found