in reply to Dereferencing and comment from Camel
my %hash = ( abe => 1, lincoln => 2 ); print for @hash{ abe => lincoln }; __END__
MJD says you can't just make shit up and expect the computer to know what you mean, retardo! ** The Third rule of perl club is a statement of fact: pod is sexy. |
|
---|