Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

P5EE ... get involved!

by rob_au (Abbot)
on Feb 03, 2002 at 05:32 UTC ( [id://143028]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # eliminate warnings about uninitialized values
    $SIG{__WARN__} = sub { warn @_ unless $_[0] =~ /Use of uninitialized v
    +alue/};
    
  2. or download this
      Warnings and Strict
    
    ...
        "use P5EE" you are disabling that warning in your code, too, and
        you don't need to worry about them.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (7)
As of 2024-03-28 12:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found