Help for this page

Select Code to Download


  1. or download this
    use vars qw($sku, $description, $price, $qty);
    
    ...
        local($sku, $description, $price, $qty) = @$item;
        write(PURCHASEORDER);
    }
    
  2. or download this
    use strict;
    
    ...
    __output__
    
    a string