Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: [Win32] Escaping quotes in perl one liner

by syphilis (Archbishop)
on Nov 28, 2020 at 08:30 UTC ( [id://11124309]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -le "open(my $x, \"">&STDOUT"\");"
    perl -le "open(my $x, "\">&STDOUT\"");"
    
  2. or download this
    C:\_32>perl -Mstrict -MDevel::Peek -le "my $arg = \"STDOUT\"; Dump $ar
    +g;"
    
    ...
      CUR = 6
      LEN = 10
      COW_REFCNT = 1
    
  3. or download this
    C:\_32>perl -Mstrict -MDevel::Peek -le "my $arg = \">&STDOUT\"; Dump $
    +arg;"
    >& was unexpected at this time.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-04-25 09:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found