in reply to Re: Checking and undef'in hash elements in one step?
in thread One liner to Check and undef hash elements
What programming language is that? Not Perl.print "no keys\n" unless( values(%hash) != NULL );
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: •Re: Re: Checking and undef'in hash elements in one step?
by feanor_269 (Beadle) on Apr 16, 2003 at 03:53 UTC | |
|
Re: •Re: Re: Checking and undef'in hash elements in one step?
by l2kashe (Deacon) on Apr 16, 2003 at 03:45 UTC | |
by merlyn (Sage) on Apr 16, 2003 at 03:46 UTC | |
|
Re: •Re: Re: Checking and undef'in hash elements in one step?
by pg (Canon) on Apr 16, 2003 at 03:50 UTC | |
|
Re: •Re: Re: Checking and undef'in hash elements in one step?
by pg (Canon) on Apr 16, 2003 at 05:16 UTC |