Help for this page
#!/usr/bin/perl -w use strict; ... my %thing = @foo; print Dumper(\%thing);
$VAR1= { 'hobby' => 'lint', 'name' => 'Roger', 'age' => 20 };