Help for this page

Select Code to Download


  1. or download this
    package main;
    use utf8;
    ...
    
    package main;
    { ... code not using utf8 ... }
    
  2. or download this
    package Foo;
    use utf8;
    ...
    1;