Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Will the real Internals module please stand up?

by ikegami (Patriarch)
on Mar 01, 2009 at 05:28 UTC ( [id://747250]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    >perl -wle"while(($n,$g)=each %Internals::) { print $n if *$g{CODE} }"
    hash_seed
    ...
    rehash_seed
    SvREADONLY
    SvREFCNT
    
  2. or download this
    #!perl -wl
    my @todo = *::;
    ...
       print for map /^\*(.*)/, grep *$_{CODE}, @sl;
       push @todo, grep !/\*main::main::/, grep /::$/, @sl;
    }
    
  3. or download this
    ActivePerl::BUILD
    ActivePerl::CHANGELIST
    ...
    Tie::Hash::NamedCapture::SCALAR
    Tie::Hash::NamedCapture::STORE
    Tie::Hash::NamedCapture::flags
    
  4. or download this
    ActivePerl::BUILD
    ActivePerl::CHANGELIST
    ...
    utf8::valid
    PerlIO::Layer::NoWarnings
    PerlIO::Layer::find
    
  5. or download this
    DynaLoader::boot_DynaLoader
    Internals::HvREHASH
    ...
    utf8::valid
    PerlIO::Layer::NoWarnings
    PerlIO::Layer::find
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://747250]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-04-19 15:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found