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]

Reply via email to