- or download this
use strict;
use warnings;
...
}
print f(),"\n";
- or download this
syntax error at U:\develsv\ARTS\playground\hash_problem.pl line 7, nea
+r "}->"
syntax error at U:\develsv\ARTS\playground\hash_problem.pl line 8, nea
+r "}"
- or download this
use strict;
use warnings;
my $xnix='X';
my $f={$xnix => 100}->{'X'};
print $f,"\n";