|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re: Blessed be the OOP'ersby mdillon (Priest) |
| on Jun 29, 2000 at 01:07 UTC ( #20255=note: print w/ replies, xml ) | Need Help?? |
|
you are initializing @employees as an array containing a
single element, which is an anonymous array. the
initialization should read:
my @employees = ();
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||