GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Devel::MAT::Tool::Strtab(3) User Contributed Perl Documentation Devel::MAT::Tool::Strtab(3)

"Devel::MAT::Tool::Strtab" - show information about the shared string table

This "Devel::MAT" tool provides a command for listing entries from the shared string table, and identifying places where those strings are used.

   pmat> strtab
   ...

Prints a list of the keys from the shared string table. For each entry, it attempts to identify other places where the string is shared.

Takes the following named options:

Show at most this number of values (default 10).
Skip over this number of keys initially before starting to print.
Don't bother to sort keys before printing. Keys will be printed in no particular order (though the order will at least be stable between successive invocations of the command during the same session).

Takes the following positional arguments:

Optional filter pattern. If present, will only count and display keys matching the given regexp. Must be specified in the form "/PATTERN/" with optional trailing flags. The only permitted flags are "adilmsux".

Paul Evans <leonerd@leonerd.org.uk>

2025-07-03 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.