- or download this
my %tests = map { $_ => 0 ) qw/ tfred tjock tfortytwo / ;
- or download this
my $tests ={};
map { $tests -> { $_ } = 0 } qw/ tfred tjock tfortytwo /;
- or download this
callToSub(\%tests);
- or download this
my $errstr = ( $case != OK ? $msg[$case] : "" );