1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
X12 version 0.80
================
X12::Parser - Perl module for parsing X12 data/transaction files
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
X12::Parser::Cf included is included in this package.
X12::Parser::Tree included is included in this package.
COPYRIGHT AND LICENCE
Copyright (C) 2009 Prasad Balan
All rights reserved.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
|