Help for this page

Select Code to Download


  1. or download this
    EmpInfo
    -------
    ...
    - comes early
    Mike #3
    - not nice
    
  2. or download this
    my $nameOfEmp;
    my $comments;
    ...
    if /^$nameOfEmp { next if /^\-; print DATA $comments; }
    }
    
  3. or download this
    
    EmpInfo
    ...
    - comes early
    Mike #3
    - not nice