in reply to Re^2: Calling a sub without enclosing its argument inside brackets
in thread Calling a sub without enclosing its argument inside brackets
It would be much better, IMO, if I could just use palt() every time I wanted to print anything
Perhaps a better solution would be a module/pragma that changed the behaviour of print so that it performed as palt does.
use strict; use warnings; use palt; # <- new module/pragma print "This is a palt style print\n";
Is that possible?
Can pragmas be written or are they part of the Perl release?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Calling a sub without enclosing its argument inside brackets
by kcott (Archbishop) on Mar 19, 2024 at 02:11 UTC | |
by syphilis (Archbishop) on Mar 19, 2024 at 13:01 UTC |