Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: mkdir die

by DrManhattan (Chaplain)
on Oct 20, 2001 at 00:19 UTC ( [id://120137]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    mkdir $DIR_LOCATION, (0777 || die "sigh");
    
  2. or download this
    mkdir $DIR_LOCATION, 0777;
    
  3. or download this
    (mkdir $DIR_LOCATION, 0777) or (die "sigh");
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-18 22:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found