Help for this page
CS CS
open(PBXNUM1, ">pbxnum1"); open(MYINPUTFILE, "pbxnum"); ... $hash {$_} ++; print PBXNUM1 "$_$hash{$_}\n"; }
CS1 CS2