in reply to Re: Re: list vs array context: odd error message...
in thread list vs array context: odd error message...
That's why I prefer avoiding the @{$foo[bar]} = ... forms, opting instead for the $foo[bar] = [...] forms as being much safer.
-- Randal L. Schwartz, Perl hacker
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: list vs array context: odd error message...
by Hot Pastrami (Monk) on Dec 16, 2000 at 04:52 UTC |