jatill has asked for the wisdom of the Perl Monks concerning the following question:
$self->my_method->get_age('phil') works, and so does $self->my_method->{age}{phil}.sub my_method{ return LIST { $self->get_hash() } HASHREF { $self->get_hash() } OBJREF { $self->get_object()} } ; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Template::Toolkit and Contextual::Return
by perrin (Chancellor) on Sep 22, 2006 at 18:55 UTC |