Scroll to navigation

Business::EDI::Composite(3pm) User Contributed Perl Documentation Business::EDI::Composite(3pm)

NAME

Business::EDI::Composite - EDI Composite class.

->new($body)

$body is a hashref like:

  { 'C002' => {
       '1001' => '231'
    }
  }

The top level should have only one composite "Cxxx" key.

2015-06-17 perl v5.20.2