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


in reply to Re: Little annoying mistakes ... of others
in thread Little annoying mistakes ... of others

Defining variables like $count and try to use variable $cont some lines down (and searching the typo for minutes ;-)).

use strict; will finds those immediately.