The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
NAME

  EUCJP - Source code filter to escape EUC-JP script

SYNOPSIS

  use EUCJP;

DESCRIPTION

  The EUCJP software provides character oriented Perl scripting
  environment in EUC-JP by easy installation and easy usage.

  - Character oriented regular expression
  - Character oriented run-time routines
  - Character oriented subroutines
      and
  - Byte oriented CORE::* functions
  - Byte oriented regular expression on /b modifier

  Information processing model beginning with perl3 or this software.

    +--------------------------------------------+
    |       Text strings as Binary strings       |
    |       Binary strings as Text strings       |
    +--------------------------------------------+
    |              Not UTF8 Flagged              |
    +--------------------------------------------+

INSTALLATION

  Just copy EUCJP.pm and Eeucjp.pm to your @INC directory.
  For example, to C:\Perl\site\lib

SUBROUTINES

  EUCJP::length(charstring)
  EUCJP::substr(charstring, charpos, charlen)
  etc

SEE ALSO

  http://search.cpan.org/~ina/