Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

swampyankee's scratchpad

by swampyankee (Parson)
on Oct 04, 2005 at 02:08 UTC ( #497112=scratchpad: print w/replies, xml ) Need Help??

Changed these lines in Lint.pm
eval{ $sv->FLAGS & SVf_POK && exists &{$curstash.'::'.$sv->PV} ; warning "Bare sub name '" . $sv->PV . "' interpreted as string +"; }; warn join(", ", @_) if @_; if( $sv->FLAGS & SVf_POK && exists &{$curstash.'::'.$sv->PV} ) { warning "Bare sub name '" . $sv->PV . "' interpreted as string +"; }
and got this result:
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.

On the Evolution of Languages
swampyankee
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (7)
As of 2023-12-07 11:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (32 votes). Check out past polls.

    Notices?