Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

(boo) Re: Replacing a given character starting with the xth occurence in a string

by boo_radley (Parson)
on May 21, 2001 at 19:24 UTC ( [id://81990]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    my $s=n_sub ("Toy boats are for the little boys" ,2,"b","g");
    ...
        $el[-1] =~ s/$ic/$oc/g;
        return join ($ic, @el);
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found