in reply to Calling a sub without enclosing its argument inside brackets
Add the following to get the desired behaviour:
no feature qw( indirect );
The following has the same effect:
use v5.36;
use v5.38;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Calling a sub without enclosing its argument inside brackets
by LanX (Saint) on Mar 18, 2024 at 13:17 UTC | |
by ikegami (Patriarch) on Mar 18, 2024 at 13:37 UTC | |
Re^2: Calling a sub without enclosing its argument inside brackets
by syphilis (Archbishop) on Mar 18, 2024 at 09:14 UTC |
In Section
Seekers of Perl Wisdom