Business-EDI
view release on metacpan or search on metacpan
lib/Business/EDI/CodeList/AssociationAssignedCode.pm view on Meta::CPAN
package Business::EDI::CodeList::AssociationAssignedCode;
use base 'Business::EDI::CodeList';
my $VERSION = 0.02;
sub list_number {return "0057";}
my $usage = 'B'; # guessed value
# 0057 Association assigned code []
# Desc:
# Repr:
my %code_hash = (
);
sub get_codes { return \%code_hash; }
1;
( run in 1.273 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )