Help for this page

Select Code to Download


  1. or download this
    use v5.8.8;
    
  2. or download this
    use 5.008_008;
    
  3. or download this
    BEGIN {
       $] >= 5.008_008
          or die("Need half-decent Unicode support. "
             .   "Please use Perl 5.8.8 or higher\n");
    }