NAME

  INFORMIXV6ALS - Source code filter to escape INFORMIX V6 ALS script

SYNOPSIS

  use INFORMIXV6ALS;

DESCRIPTION

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

SUBROUTINES

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

SEE ALSO

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

