Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

swampyankee's scratchpad

by swampyankee (Parson)
on Oct 04, 2005 at 02:08 UTC ( [id://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 examining the Monastery: (3)
As of 2024-04-19 15:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found