in reply to Perl CGI.PM: Use of uninitialized value $vals
use warnings; my %hash; if ($hash{'word'} =~ /world/) { } [download]