in reply to Re^4: Stuck on packages
in thread Stuck on packages
Is there something else you were wanting to do? If you dump the return of this, you'll see it's in an array.sub get_as_array { my $self = shift; return [ $self->{engine}, $self->{wheels} ]; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Stuck on packages
by Yoda_Oz (Sexton) on Jan 04, 2007 at 07:21 UTC | |
by shigetsu (Hermit) on Jan 04, 2007 at 10:09 UTC | |
by blazar (Canon) on Jan 04, 2007 at 21:07 UTC |