Help for this page

Select Code to Download


  1. or download this
    my $in_text = '...';
    my $out_text;
    ...
       or die("Unable to create output file handle from string: $!\n");
    
    my $decoded = $decoder->decode($in_fh, $out_fh);