NAME

  UHC - Source code filter to escape UHC script

SYNOPSIS

  use UHC;

DESCRIPTION

  The UHC software provides character oriented Perl scripting
  environment in UHC 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 UHC.pm and Euhc.pm to your @INC directory.
  for example, to C:\Perl\site\lib

SUBROUTINES

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

SEE ALSO

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

