Also, you really should be checking the return value on those opens:
open(...) or die "Unable to open: $!";
That will save you a lot of head-scratching later, although it's probably not going to help you right now since it seems the script is running to completion.
-sam
In reply to Re: Perl text file writing
by samtregar
in thread Perl text file writing
by phazelwood
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |