in reply to Short read error?
Always use strictures: use strict; use warnings;. If you turn on strictures for your code and declare everything where it is initialized, you will find that the print uses the undeclared variable $fileID which may or may bot be your problem, but isn't good in any case.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Short read error?
by JimJx (Beadle) on Feb 19, 2007 at 19:59 UTC |