Help for this page

Select Code to Download


  1. or download this
    REPORT HEADER ISCDAYRECAP-001 ISC001
     ISC RECAP REPORT FOR STORE: 001                                      
    +  PAGE: 00
    ...
                                                                   EXTEND 
    + MRKDWN
    REASON                  EXT. MRKDWN
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    @records = split m|(?<=\n)(?=REPORT HEADER ISCDAYRECAP-\d{3})|, $data;
    
    close $IN;