Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Tracking down the source of a new 5.10 warning

by ikegami (Patriarch)
on Sep 16, 2009 at 00:15 UTC ( [id://795493]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -wle'
        sub make {
    ...
    '
    Use of uninitialized value in print at -e line 9.
    
  2. or download this
    $ perl -wle'
        sub make {
    ...
    Variable "$x" is not available at (eval 1) line 2.
    Use of uninitialized value in print at -e line 9.
    
  3. or download this
    $ perl -wle'
        sub make {
    ...
        print make(123)->()
    '
    123
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2025-03-17 04:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    When you first encountered Perl, which feature amazed you the most?










    Results (54 votes). Check out past polls.