Help for this page

Select Code to Download


  1. or download this
    C:\test>perl  mlfimport.pl
    syntax error at mlfimport.pl line 55, near "if  $hris "
    Global symbol "$lookup" requires explicit package name at mlfimport.pl
    + line 55.
    Execution of mlfimport.pl aborted due to compilation errors.
    
  2. or download this
    while (<$FILE1>) {
        foreach my $value (keys %lookup) {
    ...
            }    
        }
    }