Help for this page

Select Code to Download


  1. or download this
    $ perl -MBusiness::OnlinePayment -we 'for( 1..2 ) { \
       my $tx= Business::OnlinePayment->new('AuthorizeNet'); 
    }'
    
  2. or download this
    my %tx;
    for(1..2){ 
    $tx{$_}{'object'}=Business::OnlinePayment->new('AuthorizeNet'); }