Help for this page

Select Code to Download


  1. or download this
    Bareword found where operator expected at fluff.pl line 10, near ")
    
                    threeYrExpiration"
    ...
    Global symbol "$logger" requires explicit package name at fluff.pl lin
    +e 27.
    Global symbol "$task" requires explicit package name at fluff.pl line 
    +28.
    Execution of fluff.pl aborted due to compilation errors.
    
  2. or download this
    sub file_handler {
      my ($abs_filename) = @_;
      return unless $current_mth == 1;
    ...
      threeYrExpiration($abs_filename);
                            
    } # End of sub file_handler