NAME

       Big5Plus - "Yet Another JPerl" Source code filter for Big5Plus script

SYNOPSIS

    In your script:

      use Big5Plus;

    At command prompt:

      perl.exe  yourscript.pl  wild*  *card  and  '*quote*'  are  ok  ...
      perl58    yourscript.pl  wild*  *card  and  '*quote*'  are  ok  ...
      perl510   yourscript.pl  wild*  *card  and  '*quote*'  are  ok  ...

DESCRIPTION

      This software is "Yet Another JPerl" written by Perl.
      We can write the script in Big5Plus again.

      This software is a beta version for the public comment.

INSTALLATION

To install this software, type the following:

   perl Makefile.PL    --- Makefile.PL makes "make.bat" only, and ...
   make.bat
   make.bat test

   make.bat install           --- install to current using Perl
   perl58   make.bat install  --- install to Perl5.8
   perl510  make.bat install  --- install to Perl5.10

MAKE OTHER

   make.bat dist       --- make distribution package
   make.bat tar.bat    --- make perl script "tar.bat"

PROGRAM COMPOSITION

   Big5Plus.pm  --- source code filter for Big5Plus script
   EBig5Plus.pm --- run-time routines for Big5Plus.pm
   perl58.bat   --- find and run perl5.8  without %PATH% settings
   perl510.bat  --- find and run perl5.10 without %PATH% settings

DEPENDENCIES

This software requires perl5.00503 or later.

LICENSE AND COPYRIGHT

This software is free software; you can redistribute it and/or
modify it under the same terms as Perl itself. See perlartistic.

This software is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

MAINTAINER

This project was originated by INABA Hitoshi <ina@cpan.org>.

