http://qs321.pair.com?node_id=11137657


in reply to OS agnostic C&P CLI snippets with -E

Here at least a workaround by alias to make -E snippets locally work

D:\tmp\pm>doskey perle=perl -Mfeature=:all D:\tmp\pm>perle say $] __END__ 5.032001

update

and here a (git)bash version

lanx@MDXN00024043 MINGW64 ~ $ alias perle='perl -Mfeature=:all ' lanx@MDXN00024043 MINGW64 ~ $ perle say $] __END__ 5.026002

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery