http://www.perlmonks.org?node_id=1002875


in reply to Re^4: Parsing problem
in thread Parsing problem

Um, please don't get rid of strict/warnings, none suggested that, frozenwithjoy was being smartalecky

Add use autodie; to do some error checking that you forgot about

Your program opens files in your cwd/pwd, so that is where you should be looking for files

Replies are listed 'Best First'.
Re^6: Parsing problem
by MB123 (Initiate) on Nov 08, 2012 at 11:41 UTC

    Ha apologies

    As I said before I am a complete novice so stuff like that is lost on me when it comes to this. I added autodie and nothing happened - no errors, no output, just perl ready for the next input