in reply to Re: Will the real Internals module please stand up?
in thread Will the real Internals module please stand up?
Some are documented
| UNIVERSAL::isa | implied |
| UNIVERSAL::can | implied |
| UNIVERSAL::DOES | implied |
| UNIVERSAL::VERSION | implied |
| version::new | undocumented availability |
| version::qv | undocumented availability |
| version::boolean | completely undocumented |
| version::vcmp | completely undocumented |
| version::noop | completely undocumented |
| version's UNIVERSAL::VERSION override | undocumented availability |
| utf8::is_utf8 | documented |
| utf8::valid | documented |
| utf8::encode | documented |
| utf8::decode | documented |
| utf8::upgrade | documented |
| utf8::downgrade | documented |
| utf8::native_to_unicode | completely undocumented |
| utf8::unicode_to_native | completely undocumented |
| Internals::SvREADONLY | completely undocumented |
| Internals::SvREFCNT | completely undocumented |
| Internals::hv_clear_placeholders | completely undocumented |
| Internals::hash_seed | completely undocumented |
| Internals::rehash_seed | completely undocumented |
| Internals::HvREHASH | completely undocumented |
| PerlIO::get_layers | undocumented availability |
| re::is_regexp | undocumented availability |
| re::regname | undocumented availability |
| re::regnames | undocumented availability |
| re::regnames_count | undocumented availability |
| Tie::Hash::NamedCapture:: | undocumented availability |
The table applies to 5.10.0. I omitted methods except those in UNIVERSAL (since those have a global effect).
Legend:
| documented | These functions are documented as always available. |
| implied | The documentation for these functions implies they are always available. |
| undocumented availability | These functions are documented, but their availability isn't. |
| completely undocumented | The documentation of the modules for these functions don't mention them. |
Interestingly, version claims to override UNIVERSAL::VERSION, but there is only one function. The "override" is always in effect.
Interestingly, the following bindings are absent:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Will the real Internals module please stand up?
by demerphq (Chancellor) on Nov 16, 2012 at 11:10 UTC | |
by ikegami (Patriarch) on Mar 02, 2013 at 22:31 UTC |