Help for this page

Select Code to Download


  1. or download this
    package Monro::CC;
    
    ...
    has transaction_type => (
        is => 'rw',
    );
    
  2. or download this
    #!/usr/bin/perl
    
    ...
        transaction_type => $transaction_info[0],
    );