Help for this page

Select Code to Download


  1. or download this
    
    catalog_id = '12L',
    price      = '6L*2'
    
  2. or download this
    package Business::Logic::Orders;
    
    ...
     ];
    
    1;
    
  3. or download this
    ###
    open D, 'data-file.dat';
    ...
       DBIx::Recordset->Insert({ \%dsn }, \%line_parse} );
    }