in reply to Perl OO Help: Urgent :)
($self->{lib}) = ($lib->get_list("library")); # this is a lot like my @list = $lib->get_list("library"); my ($var) = @list; # only it's storing it in {lib} # and $self->{lib}->get_value # is then rather like $var->get_value # which is rather like $list[0]->get_value
-Paul
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl OO Help: Urgent :)
by Anonymous Monk on Jul 31, 2009 at 04:06 UTC | |
by chromatic (Archbishop) on Jul 31, 2009 at 05:35 UTC | |
by Anonymous Monk on Jul 31, 2009 at 13:43 UTC | |
by chromatic (Archbishop) on Jul 31, 2009 at 17:39 UTC | |
by SuicideJunkie (Vicar) on Jul 31, 2009 at 13:55 UTC | |
by mala (Initiate) on Jul 31, 2009 at 13:49 UTC |