Re: html tags and perl
- From: krakle@xxxxxxxxx
- Date: 29 Jan 2007 13:08:46 -0800
On Jan 29, 12:47 pm, Kio <ysmay13@xxxxxxxxxxxxxxxxxx> wrote:
I dont want to use a
regexp.
Why not?
for example:
<img src="xxx.jpg"> change to <img src="zzz.jpg">
$file =~ s/xxx\.jpg/zzz\.jpg/g;
Now why would you want to use more code for a slower less efficient
way to replace just to avoid regex?
.
- Follow-Ups:
- Re: html tags and perl
- From: Kio
- Re: html tags and perl
- References:
- html tags and perl
- From: Kio
- html tags and perl
- Prev by Date: Re: html tags and perl
- Next by Date: Re: html tags and perl
- Previous by thread: Re: html tags and perl
- Next by thread: Re: html tags and perl
- Index(es):