ACH
view release on metacpan or search on metacpan
Creates a new ACH object
=cut
# Create a new ACH object
sub new {
my $class = shift;
my $self = {}; # allocate new hash for object
bless {
_achData => [],
_achFormats => \%achFormats,
}, $class;
}
=head2 printAllData
Prints all the ACH data
=cut
( run in 0.633 second using v1.01-cache-2.11-cpan-4505f990765 )