Hi!

I have in $myvar a BIG HTML Text. I need to change some values to others.

For example, in one part I have

<b>Come and discover the OpenSource ###1###</b>

I need to change all the ###1### values for $name, so It will be:

<b>Come and discover the OpenSource pablo</b>

if the content of $name its "pablo".

I have tried with

$myvar =~ s/\###1###/$name;

But no good results, some ###1### works and others no.

Does HTML::Parser will help me?

Thanks!
-- 
Pablo Fischer Sandoval ([EMAIL PROTECTED])
http://www.pablo.com.mx
http://www.debianmexico.org
GPG FingerTip: 3D49 4CB8 8951 F2CA 8131  AF7C D1B9 1FB9 6B11 810C
Firma URL: http://www.pablo.com.mx/firmagpg.txt

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to