Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
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? | Other CB clients
Other Users?
Others studying the Monastery: (8)
As of 2023-03-28 13:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (67 votes). Check out past polls.

    Notices?