Help for this page

Select Code to Download


  1. or download this
    sub _escapeLiteral {
      my $data = $_[0];
    ...
      }
      return $data;
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    $Writer->end();
    
    print $Writer->to_string;
    
  3. or download this
    <root>
      <str1>one&lt;two</str1>
    ...
      <str4>Caisse D"Eparge</str4>
      <str5>Caisse D'Eparge</str5>
    </root>