![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re: Re: typo? variable misteriously becoming undefby scain (Curate) |
on Nov 14, 2002 at 20:11 UTC ( #213000=note: print w/replies, xml ) | Need Help?? |
John,
Thanks: 1. It felt funny doing it, but it seemed to work, so I left it. 2. Just to clarify: The first time through the loop, $la[0] contains "Medina, OH", then I do a split /\,\s*/, $la[0] and assign it back into @la, so now $la[0] should contain "Medina" and $la[1] should contain "OH". Second time through the loop, I select "5", $la[0] gets assigned into the hash, and I shift, which should bump "Medina" out, and put "OH" at $la[0]. Scott
In Section
Seekers of Perl Wisdom
|
|