in reply to Perplexed Winemaking Monk
You might want a different datastructure, though, so take a look at perlref and perldsc. A list of lists would do the trick nicely.for (0 .. $#skuid) { print "SKUID: ", $skuid[$_], "\n"; print "NAME: ", $name[$_], "\n"; print "PRICE: ", $price[$_], "\n"; }
|
|---|