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

Re^4: no uninitialized warnings

by ccn (Vicar)
on Aug 25, 2004 at 16:46 UTC ( [id://385737]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $_ = '[undef]' for grep !defined, $var1, $var2, $var3;
    print "$var1, $var2, $var3";
    
  2. or download this
    use Data::Dumper;
    print Data::Dumper->Dump([$var1, $var2, $var3], [qw(var1 var2 var3)]);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-20 05:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found