- or download this
$VAR1 = {
'WaterSports' => [
...
]
};
- or download this
open(INFILE, "products-id.txt")|| die "Cannot open products-id.txt fil
+e";
...
print OUTPUT Dumper(\%AllProducts);
}
- or download this
push @{$AllProducts{$Category}}, ($ID, [$Name, $Type, $Size]);