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


in reply to Parsing problem

It is a warning, don't worry about it :)

Replies are listed 'Best First'.
Re^2: Parsing problem
by frozenwithjoy (Priest) on Nov 07, 2012 at 23:48 UTC
    Ya, and while we're at it, might as well get rid of that pesky use strict;, too. It's always breaking my code.

    Edit: Don't do this. I was using a satirical approach to point out that anonymonk's suggestion to ignore warnings is a bad idea.

      the sample input provided and the program provided produce no warnings, and produce the wanted output -- so yeah, get rid of both strict and warnings and nothing will change

        Thanks for your reply.

        I have tried running the code I posted on the data I posted, without strict and warnings, and I still received the error message and an output with only the coordinates column filled in.