Help for this page

Select Code to Download


  1. or download this
    {
       use Data::Dumper;
    ...
       print Dumper $_jobcard_basename;
       print Dumper \@found_files;
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    print("Found ", scalar(@found_files), " file(s):\n");
    print("$_\n") for @found_files;
    
  3. or download this
    Found 1 file(s):
    /iri/irs-dev2/dairyassoc/job.trigger/RUNNING.sub-D625448-1.pdi_chs.xml