Actually I was coming from the string-interpolation perspective, and didn't expect the following to "work"
# https://perlmonks.org/?node_id=11150758 use v5.12.0; # incl. strict use warnings; no strict 'refs'; our @abc = 1..3; say "@{'a'.'bc'}";
--->
1 2 3
Cheers Rolf
(addicted to the 𐍀𐌴𐍂𐌻 Programming Language :)
Wikisyntax for the Monastery
In reply to Re^5: Aren't there code refs as well as function refs?
by LanX
in thread Aren't there code refs as well as function refs?
by dd-b
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |