Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Does inner hash/key exist?

by pfaut (Priest)
on May 31, 2003 at 13:55 UTC ( [id://262067]=note: print w/replies, xml ) Need Help??


in reply to Does inner hash/key exist?

grep?

push @{$failed{$client}}, $sid unless grep $_ eq $sid, @{$failed{$clie +nt}};
90% of every Perl application is already written.
dragonchild

Replies are listed 'Best First'.
Re: Re: Does inner hash/key exist?
by blink (Scribe) on May 31, 2003 at 14:01 UTC
    Perfect! Thanks!

Log In?
Username:
Password:

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

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

    No recent polls found