![]() |
|
No such thing as a small change | |
PerlMonks |
Re: global symbol...explict package nameby almut (Canon) |
on Mar 13, 2008 at 02:00 UTC ( [id://673874]=note: print w/replies, xml ) | Need Help?? |
Another thing which is a little strange is your usage of qw() as in
This would set up an array with the literal strings '$aOrder->{rx_OD_Prism_Diopters}' etc., which doesn't seem to be what you want, considering how those values in @array1 are being used subsequently...
In Section
Seekers of Perl Wisdom
|
|