Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Write to existing file with character insert

by Don Coyote (Hermit)
on Oct 24, 2012 at 12:39 UTC ( [id://1000624]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($_ =~ /start ux/){
                            print "#$_";
                            }
    
  2. or download this
    s/(pattern)/#$1/;
    
  3. or download this
    s/^(.*(pattern).*)$/#$1/;
    

Log In?
Username:
Password:

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

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

    No recent polls found