Help for this page

Select Code to Download


  1. or download this
    my @byte_count;
    push (@byte_count, 0);
    ...
    {
        printf Out "%08d$sentences[$x]\n", $byte_count[$x];
    }
    
  2. or download this
    use warnings;
    use utf8;
    ...
    seek(FILE, 656, 0);
    my $line = <FILE>;
    print "$line";