Help for this page

Select Code to Download


  1. or download this
    <% $text %>
    <%once>
    use Encode qw//;
    ...
    # decode back to utf8
    $text = Encode::decode_utf8($text);
    </%init>
    
  2. or download this
    <&| /lib/i18n &>
      <en>English text.</en>
      <cs>Czech text.</cs>
    #  ... another language can be added
    </&>