NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
arrays (Score:2)
foo.bar and foo["bar"] are the same thing. foo.0 or foo[0] is also the same thing, if bar is foo's first element.
Consider: vorwahl = { NL: "+31", BE: "+32", US: "+1",
Re:arrays (Score:1)
Surely this a a lot more simple that having some external way of doing things?
-Scott McWhirter- | -kungfuftr-
"JAWK - Just Another Whiny Kid"
Reply to This
Parent
Re:arrays (Score:2)