Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        print 'Jobname  = ', $s->att('JOBNAME') , "\n";
        print 'Weekdays = ', $s->att('WEEKDAYS'), "\n";
    }
    
  2. or download this
    Jobname  = BPYRD000-PYRPACK-START-HOUSEKEEP
    Weekdays = 1,2,3,4,5