NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Althought that glosses over what happens... (Score:2)
Yep (Score:2)
But I'm more likely to use the reverse:
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
You can fabricate values from the keys (Score:1)
This is a neat way to turn an array into hash keys.
Re: (Score:1)
undef @hash{@keys};