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

sed in perl

by GauCho (Initiate)
on Nov 11, 2019 at 10:22 UTC ( [id://11108547]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    abc/def
    sde/dfg/htf
    
  2. or download this
    abc/def = 100
    sde/dfg/htf = 230
    dad/fry = 000
    
  3. or download this
    my $var = "sde\\/dfg\\/htf";
    `sed -i '/$var/d' ADT_DVEBMGS33_ldciadt`;
    
  4. or download this
    
    my $len = scalar @delete;
    ...
            $first =~ s:/:\\\\/:g;
            `sed -i "/$first/d" file2`;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found