Help for this page
{ no warnings "uninitialized"; debug("x='$x', y= '$y'"); }
use v5.10; use warnings; use Data::Dump qw( pp ); ... { x => 23, y => undef } "Hello" "Hello\n"