in reply to Re^2: lexical scope in if/elsif tests
in thread lexical scope in if/elsif tests
my %correct; while (<config-file>){ ::Read data in the form $dest_hash_name, $text, [other info...] $correct{$text} = Generate_hashref($dest_hash_name); }
Syntactic sugar causes cancer of the semicolon. --Alan Perlis
|
|---|