Help for this page

Select Code to Download


  1. or download this
    while (<DATA>){
        print if /SCHEDULE "DUMMY CHECK"/ .. /INTERVAL/;
    }
    
  2. or download this
    my $switch;
    while (<DATA>){
    ...
            print;
        }
    }