Help for this page

Select Code to Download


  1. or download this
    <th class=" Header" scope="col">Account Number</th>
    <th class="r Header" scope="col">Fraud Transfer<br>Date</th>
    ...
    <th class="r Header" scope="col">No. of Disputes<br>After Transfer</th
    +>
    
    <th class="r Header" scope="col">Disputed Dollars After<br>Transfer</t
    +h>
    
  2. or download this
    #!/usr/bin/perl
    
    ...
          print join(',', @$row), "\n";
       }
     }