in reply to Is there a Limit on Matching .*
$chunk =~ m%<title>(.+)</title>.*<h1>(.+)</h1>%is;
Update: Removed first paragraph may have been wrong.
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff";
$nysus = $PM . $MCF;
Click here if you love Perl Monks
|
---|