in reply to
Use of uninitialized value in string eq
On top of all the other advice, you should add
use strict; use warnings;
.
Comment on
Re: Use of uninitialized value in string eq
Download
Code
In Section
Seekers of Perl Wisdom