Help for this page

Select Code to Download


  1. or download this
    my $x=1;
    while($x <= $EMPnum)
    ...
    $x++;
    }
    
  2. or download this
     
    foreach (@{$info{EmpNum}}) {
     print "\t$info{$_}>[0]          $info{$_}->[1]\t$info{$_}->[2]\t$info
    +{$_}->[3]\n";
                 }