Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: Top 10 things to read when your flight is canceled

by bart (Canon)
on Mar 14, 2007 at 11:36 UTC ( [id://604781]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use constant DEBUG => 0;
    print STDERR "foo = $foo\n" if DEBUG;
    
  2. or download this
    use Readonly;
    Readonly::Scalar $DEBUG => 0;
    print STDERR "foo = $foo\n" if $DEBUG;
    

Log In?
Username:
Password:

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

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

    No recent polls found