Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^3: Can't understand function returning undefs

by AnomalousMonk (Archbishop)
on Sep 24, 2010 at 21:24 UTC ( [id://861890]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub recv_data{
        if(read_some_data){
    ...
            return;
        }
    }
    
  2. or download this
    >perl -le
    "use warnings FATAL => 'all';
    ...
    8 7
    6 5
    Use of uninitialized value $x in concatenation (.) or string at ...
    

Log In?
Username:
Password:

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

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

    No recent polls found