|
|
| Do you know where your variables are? | |
| PerlMonks |
RE: Re: Blessed be the OOP'ersby chromatic (Archbishop) |
| on Jun 29, 2000 at 02:26 UTC ( #20279=note: print w/ replies, xml ) | Need Help?? |
|
More specifically, the original code could be written this way:
my $employees = []; The original code creates @employees and sets the first (and only) element to a reference to that anonymous list.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||