Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: OS agnostic C&P CLI snippets with -E (alias)

by LanX (Saint)
on Oct 17, 2021 at 19:04 UTC ( [id://11137657]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11137657]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-19 22:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found