#!/usr/bin/perl -w use strict; use Carp; my $foo; my $fum="testing"; print "$fum $foo\n"; [download]
In reply to Use of uninitialized value in hash element, -w, How to get details by brycen