Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: What did you have to Unlearn

by dws (Chancellor)
on Jun 08, 2001 at 21:16 UTC ( [id://86987]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      if ( $DEBUG ) {
          print "debug info\n";
      }
    
  2. or download this
      print "debug info\n" if $DEBUG;
  3. or download this
      unlink $file or die "$file: $!" unless $DEBUG;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-25 06:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found