Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: no module warnings in client code

by kcott (Archbishop)
on Aug 27, 2013 at 14:55 UTC ( [id://1051148]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Bad;
    
    ...
    }
    
    1;
    
  2. or download this
    $ perl -le '
        use Bad;
    ...
    '
    Use of uninitialized value $Bad::x in concatenation (.) or string at B
    +ad.pm line 6.
    Undeclared: >>><<<
    
  3. or download this
    $ perl -le '
        use Bad;
    ...
    '
    Use of uninitialized value $Bad::x in concatenation (.) or string at B
    +ad.pm line 6.
    Undeclared: >>><<<
    
  4. or download this
    $ perl -le '
        use Bad;
    ...
        Bad::gen_warning();
    '
    Undeclared: >>><<<
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-25 14:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found