in reply to Bug in perl command line processing?
$ perl -MO=Deparse -i'foo e eval "warn q[bar]";' -e1 BEGIN { $^I = "foo"; } eval 'warn q[bar]'; '???'; -e syntax OK
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Bug in perl command line processing?
by demerphq (Chancellor) on May 22, 2012 at 21:14 UTC | |
by davido (Cardinal) on May 22, 2012 at 21:34 UTC | |
by demerphq (Chancellor) on May 22, 2012 at 21:41 UTC | |
by davido (Cardinal) on May 22, 2012 at 21:50 UTC | |
by Anonymous Monk on May 22, 2012 at 22:58 UTC | |
by sauoq (Abbot) on May 22, 2012 at 21:42 UTC | |
|
Re^2: Bug in perl command line processing?
by EvanCarroll (Chaplain) on May 22, 2012 at 20:54 UTC | |
by sauoq (Abbot) on May 22, 2012 at 21:00 UTC |