NAME

  USASCII - Source code filter to escape US-ASCII script

SYNOPSIS

  use USASCII;

DESCRIPTION

  The USASCII software provides character oriented Perl scripting
  environment in US-ASCII by easy installation and easy usage.

  - Character oriented regular expression
  - Byte oriented built-in functions
      and
  - Character oriented subroutines
  - Byte oriented regular expression on /b modifier

INSTALLATION

  Just copy USASCII.pm and Eusascii.pm to your @INC directory.
  for example, to C:\Perl\site\lib

SUBROUTINES

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

SEE ALSO

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

