Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: OS agnostic C&P CLI snippets with -E

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


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

I'm afraid you misunderstood the question:

I need a short way to translate given *n*x snippets into a Win compatible form °

And -M5.012 already works, but its

  • far longer than -E and requires more typing
  • it's not accurate because -E actually means -Mfeature=:all which is even longer

FWIW I can't combine -E with -

D:\tmp\pm>perl -E - syntax error at -e line 1, at EOF Execution of -e aborted due to compilation errors.

update

The only way I see is to write a local pseudomodule E.pm which does the imports with -ME ...

But this would only work for me and wouldn't help people trying out my snippets.

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

°) well actually before all I want snippets here to be as much low barrier as possible.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11137653]
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: (3)
As of 2024-04-25 05:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found