![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re: sub return value in qq{}by choroba (Cardinal) |
on Nov 02, 2022 at 09:54 UTC ( #11147906=note: print w/replies, xml ) | Need Help?? |
References (and dereferences) should work:
You can also use an array reference, which is great if you need more than one thing:
map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]
In Section
Seekers of Perl Wisdom
|
|