in reply to Re: Reg Ex Problem: Changing width dimension in HTML table
in thread Reg Ex Problem: Changing width dimension in HTML table
I'm sure it could be a lot prettier. Thanks for the bracket info.$rep_contact_info =~ s/(<\s*table.*?width\s*=\s*"*)\d*%*("*.*?)/${1}50 +0${2}/si;
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop";
$nysus = $PM . $MCF;
Click here if you love Perl Monks
|
|---|