http://qs1969.pair.com?node_id=444673


in reply to Use of uninitialized value in numeric lt (<)

Hi, calypso

where is $numArgs declared/initialised? What are you expecting to be in it? ... if it isn't declared or assigned it will be undef.

if you use strict; it should point that out...