Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

RE: Re: need help with search and replace

by BastardOperator (Monk)
on Sep 15, 2000 at 18:32 UTC ( [id://32676]=note: print w/replies, xml ) Need Help??


in reply to Re: need help with search and replace
in thread need help with search and replace

# Munge the current line into what we want $line =~ s!^http://!url$counter=http://!i; $line =~ s!&!item=!g;
I think this should be
# Munge the current line into what we want $line =~ s!^http://!url$counter=http://!i; $line =~ s!&!item$counter=!g;
Otherwise, great post

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-03-29 10:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found