Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: perl one liner to replace matching string (updated x2)

by haukex (Archbishop)
on Jun 10, 2018 at 10:18 UTC ( [id://1216313]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    qx("perl -p -i -e \"s/(\@Filetyp\\s*?:)/\\1$ext/\" /path/test.c")
    
  2. or download this
    { # new scope for local
        local *ARGV; @ARGV = '/path/test.c';
    ...
            print;
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (2)
As of 2024-04-24 17:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found