Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: "undef" is not NULL and what to do about it

by flexvault (Monsignor)
on Feb 21, 2013 at 11:14 UTC ( [id://1019935]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    foreach my $employee (@employees) { 
       if ( $employee->salary < $threshold ) { 
          increase_salary( $employee, 3_000 );
       } 
    }
    
  2. or download this
        use strict;
        use warnings;
    ...
        }
    
    1;
    
  3. or download this
    > perl  unknown.plx
    
    ...
    Show    |okay|
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1019935]
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: (3)
As of 2024-04-16 16:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found