in reply to Re: Bug in perl command line processing?
in thread Bug in perl command line processing?
The -e1 is unnecessary.
$ perl -MO=Deparse -i'foo e eval "warn q[bar]";' BEGIN { $^I = "foo"; } eval 'warn q[bar]'; -e syntax OK
I vote bug.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Bug in perl command line processing?
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 | |
|
Re^3: Bug in perl command line processing?
by sauoq (Abbot) on May 22, 2012 at 21:42 UTC |