Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $program_output3 =~ s/^\d+://;    # remove the digits/colon
    
    $errors{lc $program_output3}->(); # lowercase, just in case
    
  2. or download this
    Bloody input file is missing!