Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: [Raku] Asterisk on DOS command line

by LanX (Saint)
on Feb 11, 2021 at 13:52 UTC ( [id://11128222]=note: print w/replies, xml ) Need Help??


in reply to Re: [Raku] Asterisk on DOS command line
in thread [Raku] Asterisk on DOS command line

Sorry, but the best answer seems to be: avoid cmd.exe as a shell.

Raku seems to attempt to compensate the shortcomings of cmd, but this can never fully succeed, since cmd does it's own expansions

for instance environment vars inside % are expanded, no matter if quoted or not

D:\tmp\pm>perl -e"print '%OS%'" Windows_NT D:\tmp\pm>

And even if Raku succeeds in better compensating cmd-shell, I sincerely hope this is not globally so on Win and deactivated for other SHELLs.

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://11128222]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-20 15:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found