Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: trapping system error

by anu_1 (Acolyte)
on Aug 28, 2010 at 11:01 UTC ( [id://857827]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    unless (`mkdir -p "/xyz/abc/test"`)
    {
     die  "myerror $!";
    }
    
  2. or download this
    mkdir: cannot access directory /xyz/abc/test.
    /xyz/abc/test: Permission denied
    myerror:  at ./testerror line 8
    

Log In?
Username:
Password:

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

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

    No recent polls found