Help for this page

Select Code to Download


  1. or download this
    package EmployeeList;
    
    use diagnostics;
    ...
    }
    
    1;
    
  2. or download this
      
    
    #!/usr/bin/perl
    ...
        print $Employee1->print_Employee();
        push @obj_array, $Employee1;
    }
    
  3. or download this
     package Employee;
    
    use strict;
    ...
    }
    
    1;