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

RE: RE: RE: mybooks.pl (or or )

by tye (Sage)
on Aug 09, 2000 at 08:29 UTC ( [id://26956]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    mkdir "$dir", 0777 || die "Could not mkdir \"$dir\": $!\n";
    
  2. or download this
    my $dir= "source"; # A directory that I know exists.
    warn "Using or...\n";
    ...
    warn "Using ||...\n";
    mkdir "$dir", 0777 || die "Could not mkdir \"$dir\": $!\n";
    warn "Done.\n";
    
  3. or download this
    E:\etm\Work>perl -w mkdir.pl
    Using or...
    Could not mkdir "source": File exists
    Using ||...
    Done.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-03-28 13:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found