in reply to sub return value in qq{}
Babycart operator!
johngg@aleatico:~$ perl -Mstrict -Mwarnings -E 'say q{}; sub bar {return q{bar} } say qq{Drink at the @{ [ bar() ]}};' Drink at the bar
Cheers,
JohnGG
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: sub return value in qq{}
by eyepopslikeamosquito (Bishop) on Nov 02, 2022 at 11:18 UTC |
In Section
Seekers of Perl Wisdom