my %hash = qw(Engine 1800cc Doors 4 Color blue); for my $key (keys %hash){ print "$key -> $hash{$key}\n"; } [download]
In reply to Re^2: Hash from package by Yoda_Oz in thread Hash from package by Yoda_Oz