my $val = $Some:Nonexistent::Pkg::variable; # a missing : #### my $val = $Some::Nonexistent::Pkg::variable; my $val; print $val;