in reply to Re: Unsuccessful and Uninitialized Value
in thread Unsuccessful and Uninitialized Value

Yes, because it could be one or more file names.
Any idea on how I could fix this problem?
  • Comment on Re^2: Unsuccessful and Uninitialized Value

Replies are listed 'Best First'.
Re^3: Unsuccessful and Uninitialized Value
by ikegami (Patriarch) on Jun 05, 2006 at 18:16 UTC

    What's "it"? The file or each line?

    If it's one file name per line, then remove local $/ = \$maxsize; and add chomp($record);.

    If there can be more than one file name per line, what seperates them?