![]() |
|
Perl-Sensitive Sunglasses | |
PerlMonks |
Re: Re: Re: Question about using hash indexes with GD::Graphby arturo (Vicar) |
on Mar 20, 2001 at 20:56 UTC ( #65735=note: print w/replies, xml ) | Need Help?? |
$new is a already a reference to an array consisting of two arrayrefs. There is no such thing (yet) as @new in the code snippet you've posted. Try it with
(instead of the \@new you have there now) and see what happens. use strict should have caught this. You *are* using, strict, aren't you? Philosophy can be made out of anything. Or less -- Jerry A. Fodor
In Section
Seekers of Perl Wisdom
|
|