I cant believe it.. Every message that I send I get an obvious answer by my self.
Thanks and sorry I need to $var =~ s/$s1/$s2/g The cheat its in the 'g'. Thanks! El d�a Sunday 24 August 2003 7:44 a Pablo Fischer mand� el siguiente correo: > 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 -- 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]
