Help for this page

Select Code to Download


  1. or download this
        eval{ $sv->FLAGS & SVf_POK && exists &{$curstash.'::'.$sv->PV} ; 
            warning "Bare sub name '" . $sv->PV . "' interpreted as string
    +";
    ...
        if( $sv->FLAGS & SVf_POK && exists &{$curstash.'::'.$sv->PV} ) {
            warning "Bare sub name '" . $sv->PV . "' interpreted as string
    +";
        }
    
  2. or download this
    3 at c:/PERL/lib/B/Lint.pm line 260.
    Can't locate object method "FLAGS" via package "B::SPECIAL" at c:/PERL
    +/lib/B/Lint.pm line 261.