in reply to What is wrong with this code?

Your program starts off by reading a whopping 11 arguments, and then doing calculations with them.

Is that the reason you aren't using warnings? Because I doubt you're giving 11 arguments and then entering an interactive session.

Replies are listed 'Best First'.
Re^2: What is wrong with this code?
by perl.j (Pilgrim) on Jul 24, 2011 at 13:16 UTC
    Yes, JavaFan, that is the reason I'm not using warnings. Any other time I would use it ;).
    perl.j-----A Newbie To Perl

      Yes, JavaFan, that is the reason I'm not using warnings. Any other time I would use it ;)

      Or you could use warnings and provide defaults