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

Re^3: NaNs are true

by BrowserUk (Patriarch)
on Feb 27, 2011 at 01:32 UTC ( [id://890357]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $x; 
    $x *= 2;
    
    Use of uninitialized value $x in multiplication (*) at ...
    
  2. or download this
    void something( char *x ) {
        printf( "%s\n", *x );
    ...
    ...
    char *s;
    something( s );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-20 00:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found