Help for this page

Select Code to Download


  1. or download this
    use Encode qw( encode );
    $str = '<p>foo</p>';
    ...
       print("$str\n");
       $str = encode('UTF-8', $str);
    }
    
  2. or download this
    <p>foo</p>
    <p>foo</p>
    <p>foo</p>
    <p>foo</p>
    <p>foo</p>