Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

swampyankee's scratchpad

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

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.
    

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 romping around the Monastery: (5)
As of 2024-03-29 08:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found