in reply to Re^10: shift on empty array in list context broken (show context)
in thread shift on empty array in list context broken
In that case you might be interested in playing with B::Deparse .
The -p option will highlight precedence, which is crucial for context
$ perl -MO=Deparse,-p $a, $b = 666 ($a, ($b = 666)); - syntax OK $
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
FootballPerl is like chess, only without the dice
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^12: shift on empty array in list context broken (show context)
by Don Coyote (Hermit) on Jul 22, 2019 at 22:23 UTC |