http://qs321.pair.com?node_id=326539


in reply to NULL Variables

my $x; # this var is undef by default my $xx = undef; # set the var with a undefined value