Is it possible to test the presence of a hash key with a regexp?
something like:
if (exists ($hash{/add_\w+/})) { print "yippie!\n";}
I know that this doesn't work, but is there something similar that does?
Birgit Kellner
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Re: test presence of hash key with regexp? Birgit Kellner
- Re: test presence of hash key with regexp? Curtis Poe
- RE: test presence of hash key with regexp? Bob Showalter
- RE: test presence of hash key with regexp? Bob Showalter
- Re: test presence of hash key with regexp? register
- Re: test presence of hash key with regexp? Randal L. Schwartz
- RE: test presence of hash key with regexp? Bob Showalter
- Re: test presence of hash key with regexp? M.W. Koskamp
- Re: test presence of hash key with regexp? Randal L. Schwartz
