Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        print"$name\n";
    }
    close (EMPLOYEES);
    
  2. or download this
    ./employee.pl: line 1: use: command not found
    ./employee.pl: line 2: use: command not found
    ./employee.pl: line 5: syntax error near unexpected token `EMPLOYEES,"
    +employees.txt"'
    ./employee.pl: line 5: `open (EMPLOYEES,"employees.txt") or die "Tough
    +: $!\n\n";'