Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: use of "use X"

by quester (Vicar)
on Jan 18, 2012 at 06:50 UTC ( [id://948488]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -E 'BEGIN {our $debug = 1;} use if $debug // 0, warnings; say u
    +ndef'
    Use of uninitialized value in say at -e line 1.
    
  2. or download this
    $ debug=1 perl -E 'use if $ENV{debug} // 0, warnings; say undef'
    Use of uninitialized value in say at -e line 1.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (7)
As of 2024-04-19 12:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found