in reply to Re: Reading file contents
in thread Reading file contents

I'm not getting that error/warning.

Replies are listed 'Best First'.
Re^3: Reading file contents
by Anonymous Monk on Jul 05, 2011 at 01:49 UTC
    Sure you are, but maybe, just maybe, the it is in your error log
      I found the solution! :D I could've sworn it didn't work before. It took seing it in perlintro to try it again. :) Where I have <FH> in my script I added the '$' to make it <$FH> and now it shows the data that was written to the file. Thanks guys for helping. :) Hard long lesson learned :/
      Where would the error logs be located?