http://qs321.pair.com?node_id=1227703


in reply to Re: Handling utf-8 characters when scraping
in thread Handling utf-8 characters when scraping

The code I'm having trouble with works just like the sample code above. I don't want the ellipsis getting to get encoded into \x{2026}.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest Vicar";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks