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

Re: hashes recursively

by Jasper (Chaplain)
on Jun 09, 2006 at 13:52 UTC ( [id://554499]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub hasher { shift(), (@_ ? $#_ ? { &hasher } : @_ : return) }
    
    ...
    f= ContactSensor:INPUT2
    g=Critical
    h=Event-101 fatal stack error on PRI 001
    
  2. or download this
    $VAR1 = {
              'e' => '2006-03-27 15:10:06',
    ...
              'f' => ' ContactSensor:INPUT2'
            };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-03-29 14:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found