Help for this page

Select Code to Download


  1. or download this
            /* 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) == '/')
    
  2. or download this
    require "WarnMe";
    
    ...
    
    eval 'my $val = $Some::Nonexistent::Pkg::variable';