Captainrave
Technical User
I need help.
I have a number of scripts which analyse a file and print the output either onscreen or to an outfile. On a colleagues computer they work as they are designed to. However on my computer none of them work correctly. I get errors such as:
print() on closed filehandle OUT at DirectRepeatfinder.pl line 344
Or sometimes nothing even happens. It definitly isnt the code because its just a simple print command!...
print OUT "FT repeat_unit ", "$START", "..", "$STOP", "\n", "FT /label= 1", "\n";
Is this a recognised problem? Maybe with filepermissions or something?
I have a number of scripts which analyse a file and print the output either onscreen or to an outfile. On a colleagues computer they work as they are designed to. However on my computer none of them work correctly. I get errors such as:
print() on closed filehandle OUT at DirectRepeatfinder.pl line 344
Or sometimes nothing even happens. It definitly isnt the code because its just a simple print command!...
print OUT "FT repeat_unit ", "$START", "..", "$STOP", "\n", "FT /label= 1", "\n";
Is this a recognised problem? Maybe with filepermissions or something?