Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

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

by haukex (Archbishop)
on Jun 10, 2018 at 10:18 UTC ( #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? | Other CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2023-06-02 11:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?