- or download this
#! perl -sw
use 5.010;
...
C:\test>junk2
c a b d
Test passed for 1000000 iterations
- or download this
@hashA{ 'a'..'d' } = 1..4;;
...
print join ' ', keys %hashB;;
a d c b
- or download this
my $value_key = join $;, @students{ sort keys %{ $students{ $key } } }
+;