Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Defined and Exists, but what about neither?

by c (Hermit)
on Aug 21, 2002 at 13:27 UTC ( [id://191725]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    &log_action(\%args);
    
  2. or download this
    $args{err} = $s->error();
    
  3. or download this
    sub log_action {
      my $args = shift;
    
  4. or download this
    if ($args->{err}) {
      # do something...
    
  5. or download this
    if (defined $args->{err}) {
    

Log In?
Username:
Password:

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

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

    No recent polls found