Help for this page
/* performance hack: if filename is absolute and it's a standa +rd * module, don't bother warning */ ... with PERL_FILE_IS_ABSOLUTE being defined as (for my platform): #define PERL_FILE_IS_ABSOLUTE(f) (*(f) == '/')
require "WarnMe"; ... eval 'my $val = $Some::Nonexistent::Pkg::variable';