Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Phantom directories created using mkdir

by OM_Zen (Scribe)
on Feb 19, 2003 at 16:39 UTC ( [id://236702]=note: print w/replies, xml ) Need Help??


in reply to Phantom directories created using mkdir

Hi ,

The $scalar , is it defined using a my (should be) you should use like

if ($scalar ne ""){ $dir_name = "/path/$scalar"; mkdir $dir_name, 0777 unless -d $dir_name; }else{ # print " the error and exit $! \n"; }


As I have only this part of your total post , I guess you are checking for the definition rather than the value of the scalar variable

Replies are listed 'Best First'.
Re: Re: Phantom directories created using mkdir
by jonnyfolk (Vicar) on Feb 19, 2003 at 17:08 UTC
    Yes, absolutely. I can see that what you are suggesting is better than what I had and will incorporate it. thanks for your help.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-24 07:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found