http://qs321.pair.com?node_id=11147907


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 (Archbishop) on Nov 02, 2022 at 11:18 UTC