in reply to Re: "Experimental push on scalar is now forbidden"
in thread "Experimental push on scalar is now forbidden"
and get the response:$a = $b + $c
Is this a big problem for me? Not at all, as soon as I am allowed to begin a program with "no strict; no warnings;". Thank you for your understanding and your willingness to be of help. Best regards Gian LucaCompile error: Global symbol "$c" requires explicit package name (did +you forget to declare "my $c"?) at (eval 323) line 5. BEGIN not safe after errors--compilation aborted at (eval 323) line 5.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: "Experimental push on scalar is now forbidden"
by eyepopslikeamosquito (Archbishop) on Dec 21, 2021 at 02:59 UTC | |
Re^3: "Experimental push on scalar is now forbidden"
by Marshall (Canon) on Dec 21, 2021 at 05:11 UTC |