John M. Dlugosz has asked for the wisdom of the Perl Monks concerning the following question:
produces:perl -MO=Deparse -e"$x='main::'; $y='x'; print *{${$x}{$y}}{SCALAR}"
Somehow I don't thing the interior semi's belong there.$x = 'main::'; $y = 'x'; print *{${$x;}{$y};}{'SCALAR'}; -e syntax OK
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (another?) Deparse bug
by broquaint (Abbot) on Nov 01, 2002 at 17:14 UTC | |
by John M. Dlugosz (Monsignor) on Nov 01, 2002 at 17:19 UTC | |
by broquaint (Abbot) on Nov 01, 2002 at 18:25 UTC | |
by John M. Dlugosz (Monsignor) on Nov 01, 2002 at 18:38 UTC |