in reply to Re^8: Try::Tiny and -E
in thread Try::Tiny and -E
compare
~$ perl use warnings; sub shift {} shift; __END__ Ambiguous call resolved as CORE::shift(), qualify as such or use & at +- line 4. ~$
Other languages like Javascript block the use of built-ins as function names. This could be a solution for the case print and similar commands.
Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: Try::Tiny and -E
by ikegami (Patriarch) on Dec 30, 2025 at 05:06 UTC |