Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: scanning hash

by Aristotle (Chancellor)
on Aug 01, 2004 at 14:56 UTC ( [id://379082]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub ident {
        my $value = ( values %{ $_[0] } )[0];
    ...
        }
        return 1;
    }
    
  2. or download this
    return 0 unless ( defined $value xor defined $_ ) and ( $value eq $_ )
    +;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-18 01:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found