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