for ( my $x=0; $x < @EMP_INFO; $x++ ) { # This will run 3 times.... print @EMP_INFO; # This will print out your whole array. Three times }