in reply to Re: lazily getting around an Exporter problem
in thread lazily getting around an Exporter problem
That actually does properly return qw/Larry Curly Moe/ if called in a LIST context but it doesn't permit me to have more than one return context.
$VAR1 = { 'result' => bless( do{\(my $o = undef)}, 'Contextual::Return +::Value' ) };
So it seems you're closer... but it's still a breakin'.
|
|---|