Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
>perl -wle"while(($n,$g)=each %Internals::) { print $n if *$g{CODE} }" hash_seed hv_clear_placeholders HvREHASH rehash_seed SvREADONLY SvREFCNT

ActivePerl v5.10.0 build 1001 built for MSWin32-x86-multi-thread

Update:

#!perl -wl my @todo = *::; while (@todo) { my $st = shift(@todo); my @sl = sort values %$st; print for map /^\*(.*)/, grep *$_{CODE}, @sl; push @todo, grep !/\*main::main::/, grep /::$/, @sl; }

ActivePerl v5.10.0 build 1001 built for MSWin32-x86-multi-thread:

ActivePerl::BUILD ActivePerl::CHANGELIST ActivePerl::PRODUCT DynaLoader::boot_DynaLoader Internals::HvREHASH Internals::SvREADONLY Internals::SvREFCNT Internals::hash_seed Internals::hv_clear_placeholders Internals::rehash_seed PerlIO::get_layers Regexp::DESTROY UNIVERSAL::DOES UNIVERSAL::VERSION UNIVERSAL::can UNIVERSAL::isa Win32::BuildNumber Win32::CopyFile Win32::DomainName Win32::FormatMessage Win32::FsType Win32::GetCwd Win32::GetFullPathName Win32::GetLastError Win32::GetLongPathName Win32::GetNextAvailDrive Win32::GetOSVersion Win32::GetShortPathName Win32::GetTickCount Win32::IsWin95 Win32::IsWinNT Win32::LoginName Win32::NodeName Win32::SetChildShowWindow Win32::SetCwd Win32::SetLastError Win32::Sleep Win32::Spawn Win32CORE::bootstrap attributes::bootstrap mro::_nextcan mro::get_isarev mro::get_linear_isa mro::get_mro mro::get_pkg_gen mro::invalidate_all_method_caches mro::is_universal mro::method_changed_in mro::set_mro re::is_regexp re::regname re::regnames re::regnames_count utf8::decode utf8::downgrade utf8::encode utf8::is_utf8 utf8::native_to_unicode utf8::unicode_to_native utf8::upgrade utf8::valid version::("" version::() version::(0+ version::(<=> version::(bool version::(cmp version::(nomethod version::boolean version::is_alpha version::new version::noop version::normal version::numify version::qv version::stringify version::vcmp PerlIO::Layer::NoWarnings PerlIO::Layer::find Tie::Hash::NamedCapture::CLEAR Tie::Hash::NamedCapture::DELETE Tie::Hash::NamedCapture::EXISTS Tie::Hash::NamedCapture::FETCH Tie::Hash::NamedCapture::FIRSTKEY Tie::Hash::NamedCapture::NEXTKEY Tie::Hash::NamedCapture::SCALAR Tie::Hash::NamedCapture::STORE Tie::Hash::NamedCapture::flags

ActivePerl v5.8.8 build 824 built for MSWin32-x86-multi-thread

ActivePerl::BUILD ActivePerl::CHANGELIST ActivePerl::PRODUCT DynaLoader::boot_DynaLoader Internals::HvREHASH Internals::SvREADONLY Internals::SvREFCNT Internals::hash_seed Internals::hv_clear_placeholders Internals::rehash_seed PerlIO::get_layers Regexp::DESTROY UNIVERSAL::VERSION UNIVERSAL::can UNIVERSAL::isa Win32::BuildNumber Win32::CopyFile Win32::DomainName Win32::FormatMessage Win32::FsType Win32::GetCwd Win32::GetFullPathName Win32::GetLastError Win32::GetLongPathName Win32::GetNextAvailDrive Win32::GetOSVersion Win32::GetShortPathName Win32::GetTickCount Win32::IsWin95 Win32::IsWinNT Win32::LoginName Win32::NodeName Win32::SetChildShowWindow Win32::SetCwd Win32::SetLastError Win32::Sleep Win32::Spawn Win32CORE::bootstrap attributes::bootstrap utf8::decode utf8::downgrade utf8::encode utf8::is_utf8 utf8::native_to_unicode utf8::unicode_to_native utf8::upgrade utf8::valid PerlIO::Layer::NoWarnings PerlIO::Layer::find

This is perl, v5.8.8 built for x86_64-linux-gnu-thread-multi:

DynaLoader::boot_DynaLoader Internals::HvREHASH Internals::SvREADONLY Internals::SvREFCNT Internals::hash_seed Internals::hv_clear_placeholders Internals::rehash_seed PerlIO::get_layers Regexp::DESTROY UNIVERSAL::VERSION UNIVERSAL::can UNIVERSAL::isa attributes::bootstrap utf8::decode utf8::downgrade utf8::encode utf8::is_utf8 utf8::native_to_unicode utf8::unicode_to_native utf8::upgrade utf8::valid PerlIO::Layer::NoWarnings PerlIO::Layer::find

In reply to Re: Will the real Internals module please stand up? by ikegami
in thread Will the real Internals module please stand up? by dragonchild

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
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 admiring the Monastery: (3)
As of 2024-04-26 07:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found