Help for this page

Select Code to Download


  1. or download this
    sub readbackwards_utf8 { # returns an iterator
        my ($fn, $window) = @_;
    ...
            return $buf;
        }
    }
    
  2. or download this
    use open qw/:std :utf8/;
    use Test::More;
    ...
    }
    
    done_testing;