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