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.
2011-08-09 perl v5.12.4