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

Re^3: What happened to dor and err in Perl 5.10?

by ikegami (Patriarch)
on Jan 05, 2008 at 14:44 UTC ( [id://660538]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    func arg
      or stmt;
    
  2. or download this
    func arg
      err stmt;
    
  3. or download this
    func(arg)
       // stmt;
    
  4. or download this
    (func arg)
       // stmt;
    
  5. or download this
    if (not defined func arg) {
       stmt;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found