Perl.Wiki morphs into a jsTree...
Perl module: CPAN::MetaCurator
V 1.00. 2025-07-24T16:14:05
Notes:
- Nodes just under the root are called Topics. Paragraphs is the TiddlyWiki equivalent.
- Tokens like [[XS]] indicate a TiddlyWiki paragraph name, not a Perl module or topic.
- Almost all leaf node are links. Use a middle-button click to open the link in another tab.
- Infomation in Perl.Wiki beyond the first 3 lines per entry is not yet transferred into the jsTree;
- I will probably implement a mouse-over pop-up thingy for this extra info.
- Next, see 'DataTraversal (topic)' under ArayHandling: I can't get the JS right so clicking the text would focus on node 'DataTraversal'.
- See line 219 etc of Export.pm for the versions of code I tried.
- Lastly, the code does not yet cleanly handle special cases. Eg: <pre> and </pre> etc.
- Topic count: 202. Leaf count: 2472.
- MetaCurator
- Acronyms
- 2FA => Two-Factor Authentification
- Art-Net - Art-Net is a simple implementation of DMX512-A protocol over UDP
- ATP => Authenticated Transfer Protocol (AT Protocol or atproto) is a generic federated protocol for building open social media applications
- CIDR => Classless Inter-Domain Routing
- CORS => Cross-Origin Resource Sharing
- DMARC => Domain-based Message Authentication, Reporting, and Conformance
- ECS => EMDIS Communication System
- EMDIS => European Marrow Donor Information System
- FTN => Fidonet Technology Network Address
- RDM => Remote Device management
- UDP => User Datagram Protocol
- AdventPlanet
- AiEngines
- AlgorithmicStuff
- AnimationStuff
- AntiVirusStuff
- ApacheStuff
- AppleMac
- ArchiveFiles
- ArrayHandling
- AsciiCodes
- ASN
- AssemblerX86
- AudioVisual
- Authentication
- AutomatedBackups
- BenchmarkingTools
- BibliographicStuff
- BibTeX
- BillOfMaterials
- BioInformatics
- BlockChain
- BoneMarrrowDonorRegistry
- BrowserStuff
- builtins
- BusinessApps
- CachingStuff
- CaptchaStuff
- CaseStatements
- ChangesFiles
- ChartingAndPlotting
- ChatBots
- ChildProcesses
- ClassStuff
- ClipBoard
- CodeTidyingCode
- CodingStyle
- Color
- CommandLineStuff
- CompressionUtils
- ConfigFiles
- ConstantStuff
- Const::Exporter - Declare constants for export
- Constant::Export::Lazy - This module only allows you to declare function symbol constants, akin to the constant module by defining functions that are only called as needed. The interface is rather complex
- Constant::Exporter - This module only allows you to declare function symbol constants, akin to the constant module, although you can specify tags
- Const::Fast - Facility for creating read-only scalars, arrays, and hashes
- Const::Fast::Exporter - -This module will export all constants declared in the package's namespace
- Const::XS - Facility for creating read-only scalars, arrays, hashes
- Exporter::Constants - This module only allows you to declare function symbol constants, akin to the constant module, without tags
- Readonly - Facility for creating read-only scalars, arrays, hashes
- Readonly::Values::Months - Months Constants
- Corinna
- CPAN
- CpanFile
- cron
- CryptoStuff
- This big topic is under active discussion
- App::bcrypt
- Authen::Passphrase - Hashed passwords/passphrases as objects
- Authen::Passphrase::Argon2 - Store and check password using Argon2
- Circle::Chain - The Circle::Chain SDks
- Crypt::Argon2 - Perl interface to the Argon2 key derivation functions
- Crypt::Bear - BearSSL for Perl
- Crypt::CBC - Encrypt Data with Cipher Block Chaining Mode
- Crypt::Credentials - Manage credential files
- Crypt::Curve25519 - Generate shared secret using elliptic-curve Diffie-Hellman function
- Crypt::DES - Perl DES encryption module
- Crypt::DES_EDE3 - Triple-DES EDE encryption/decryption
- Crypt::Diceware - Random passphrase generator loosely based on the Diceware algorithm
- Crypt::DSA - DSA Signatures and Key Generation
- Crypt::Fernet - Perl extension for Fernet (symmetric encryption)
- Crypt::HSM - A PKCS11 interface for Perl
- Crypt::JWT - JSON Web Token (JWT, JWS, JWE) as defined by RFC7519, RFC7515, RFC7516
- Crypt::Komihash - Komihash implementation in Perl
- Crypt::MatrixSSL3 - Perl extension for SSL and TLS using MatrixSSL.org v3.9.3
- Crypt::OpenSSL::AES
- Crypt::OpenSSL::PKCS12 - Perl extension to OpenSSL's PKCS12 API
- Crypt::OpenSSL::RSA - RSA encoding and decoding, using the openSSL libraries
- Crypt::OpenSSL::BaseFunc - Base Functions, using the OpenSSL libraries
- Crypt::Passphrase - Crypt::Passphrase::Argon2::AES (See below for Crypt::Argon)
- Crypt::Perl - Cryptography in pure Perl
- Crypt::PostgreSQL - Module for generating encrypted password for PostgreSQL
- Crypt::Protocol - No POD
- Crypt::Random::Source => Get weak or strong random data from pluggable sources
- Crypt::Rhash - Compute message digests and magnet links
- Crypt::RSA::Blind - Blind RSA signatures
- Crypt::SecretBuffer - Prevent accidentally leaking a string of sensitive data
- Crypt::SMIME - S/MIME message signing, verification, encryption and decryption
- Crypt::Sodium::XS - Perl XS bindings for libsodium
- Crypt::SysRandom - Perl interface to system randomness
- Crypt::SysRandom::XS - Perl interface to system randomness, XS version
- Crypt::URandom - Provide non blocking randomness
- Crypt::URandom::MonkeyPatch - Override core rand function to use system random sources
- Crypt::URandom::Token - Generate secure strings for passwords, secrets and similar
- Crypt::Yescrypt - A Perl interface to the yescrypt password hash
- CryptX - This is a huge crypto toolkit
- Data::Entropy - Entropy (randomness) management
- Digest::HMAC - Keyed-Hashing for Message Authentication
- Digest::SHA3 - Prefer this to Digest::SHA
- Digests - Digest::BLAKE2 - Message digest algorithm (which is an excellent security improvement: Bruce Scheiner)
- Filter::Crypto - Create runnable Perl files encrypted with OpenSSL libcrypto
- Filter::Crypto::Decrypt - Perl source code filter to run encrypted Perl files
- libcrypto - See http://www.openssl.org
- Math::Random::Secure - Cryptographically-secure, cross-platform replacement for rand()
- Random::Any - Try to use Data::Entropy::Algorithms::rand(), fallback on builtin rand()
- Random::Simple - Simple, usable, real world random numbers
- Rand::URandom - Replaces rand() with /dev/urandom
- Sys::GetRandom - Perl interface to getrandom(2)
- Sys::GetRandom::PP - Pure Perl interface to getrandom(2)
- CssHandling
- DatabaseAndSQL
- Note: GraphViz2::DBI ships with db.schema.pl, which creates an SVG image of a schema - To run it you need to set three environment variables as below
- Alien::DuckDB - Find or build DuckDB
- AnyEvent::Redis - Non-blocking Redis client
- App::DBBrowser - Browse SQLite/MySQL/PostgreSQL databases and their tables interactively
- App::Sqitch - Sensible database change management
- App::SQLiteUtils - o App::dbitemplater
- App::dbitemplater - A utility for running a SQL query via DBI and using the output in a template
- BerkeleyDB - Perl extension for Berkeley DB version 2, 3, 4, 5 or 6
- Catmandu::DBI - Catmandu tools to communicate with DBI based interfaces
- Couch::DB - CouchDB database client
- CXC::DB::DDL - DDL for table creation, based on SQL::Translator::Schema
- Data::ObjectDriver - Simple, transparent data interface, with caching
- Data::Record::Serialize
- Data::SimpleKV - A simple key-value database with memory cache and disk persistence
- Data::TagDB - Work with Tag databases
- Data::TagDB::Tag - Work with Tag databases
- Database - various - App::dbinfo
- Database which auto-removes itself after use - Database::Temp
- Database::Abstraction - Database abstraction layer
- Database::ManagedHandle - Manage database handles safely for long running processes
- DB::Berkeley - XS-based OO Berkeley DB HASH interface
- DB::Object - SQL API
- DB_File - Perl5 access to Berkeley DB version 1.x
- DBD::AnyData - DBI access to XML, CSV and other formats
- DBD::Firebird - DBI driver for Firebird RDBMS server
- DBD::KB - Kingbase database driver for the DBI module
- DBD::Oracle - Oracle database driver for the DBI module
- DBD::Pg - PostgreSQL database driver for the DBI module
- DBD::PgAsync - A PostgreSQL database driver for the DBI module
- DBD::Sybase - Sybase database driver for the DBI module
- DBD::XMLSimple - Access XML data via the DBI interface
- DBIx::Admin::TableInfo - A wrapper for all of table_info(), column_info(), *_key_info()
- DBIx::AutoUpgrade::NativeStrings
- DBIx::BatchChunker - Run large database changes safely
- DBIx::Class - Why are there no details for this module?
- DBIx::Class::EncodedColumn - Automatically encode columns
- DBIx::Class::Helpers - Simplify the common case stuff for DBIx::Class
- DBIx::Class::Helper::ColumnNames - Retrieve column names from a resultset
- DBIx::Class::Schema - Composable schemas
- DBIx::Class::Schema::Loader - Create a DBIx::Class::Schema based on a database
- DBIx::Connector - Fast, safe DBI connection and transaction management
- DBIx::Custom - DBI extension to execute insert, update, delete, and select easily
- DBIx::DataModel - UML-based Object-Relational Mapping (ORM) framework
- DBIx::Diff::Schema - Compare schema of two DBI databases
- DBIx::Fast - DBI fast & easy (another one...)
- DBIx::Lite - Chained and minimal ORM
- DBIx::Migration - Seamless DB schema up- and downgrades
- DBIx::DBO - An OO interface to SQL queries and results
- DBIx::OnlineDDL - Run DDL on online databases safely
- DBIx::Query - Simplified abstracted chained DBI subclass
- DBIx::QuickDB - Quickly start a db server
- DBIx::QuickORM - Actively maintained Object Relational Mapping that makes getting started Quick and has a rich feature set
- DBIx::SearchBuilder - Encapsulate SQL queries and rows in simple Perl objects
- DBIx::Squirrel - A DBI extension
- DBIx::Sunny
- DiaColloDB - Diachronic collocation database, top-level
- Fey - Better SQL Generation Through Perl
- Fey::ORM - A Fey-based ORM
- gh-ost - Is a triggerless online schema migration solution for MySQL
- GraphViz2::DBI - Visualize a database schema as a graph
- LMDB_File - Tie to LMDB (OpenLDAP's Lightning Memory-Mapped Database)
- Mojo::Redis - Redis driver based on Mojo::IOLoop
- MongoDB - Official MongoDB Driver for Perl (EOL)
- MySQL-specific - DateTime::Format::MySQL
- MySQL::Hi - Credentials for MySQL/MariaDB from config files
- Neo4j::Driver - Neo4j community graph database driver for Bolt and HTTP
- Paws::DynamoDB::Response::Parser - Convert Paws DynamoDB response objects to Perl data structures
- Pg::Explain - Object approach at reading explain analyze output
- PGXN::Site - Maintain and serve a PGXN web site for talking to Postgres
- Pongo - A Perl MongoDB interface using XS and the MongoDB C driver
- Protocol::Redis - Redis protocol parser/encoder with asynchronous capabilities.
- Protocol::Redis::XS - hiredis based parser compatible with Protocol::Redis
- Redis - Perl binding for Redis database
- Redis::hiredis - Interact with Redis using the hiredis client
- Rose::DB::Object - Extensible, high performance object-relational mapper (ORM)
- SQL::Inserter - Efficient buffered DBI inserter and fast INSERT SQL builder
- SQL => SQL::Abstract
- SQL::Abstract::ExtraClauses - New/experimental additions to SQL::Abstract
- SQL::Abstract::Plugin::TableAlias - Automagical table aliasing
- SQL::Interp - Interpolate Perl variables into SQL statements
- SQL::Parser - Validate and parse SQL strings
- SQL::Translator - Manipulate structured data definitions (SQL and more)
- TDB_FileX - Perl access to the trivial database library
- TheSchwartz ecosystem - A reliable job queue
- See also:
- ConfigFiles (topic)
- FileHandling (topic)
- UsernamePassword (topic)
- DataCleaning
- DataTraversal
- Algorithm::CurveFit - Nonlinear Least Squares Fitting
- App::abgrep - Print lines matching a pattern
- App::bookmarks - Export bookmarks from browsers and files
- App::csvtool - Implements the csvtool core commands
- App::DPath - -A Cmdline tool around Data::DPath (see below)
- App::Greple - Extensible grep with lexical expression and region control
- App::Greple::charcode - Greple module to annotate unicode character data
- App::Greple::stripe - Greple zebra stripe module
- App::Greple::subst - Greple module for text search and substitution
- App::Greple::xlate - Translation support module for greple
- App::Greple::xp - Extended pattern module
- App::remotediff - Remote diff over rsync
- App::sdif - sdif (side-by-side) and family tools, cdif (visual char diff) and watchdiff (repetition of diff)
- App::td - Does for tables what jq does for JSON
- App::uricolor - Colorize URIs with ANSI colors
- Archive::BagIt - The main module to handle bags
- Array::Contains - Check if an array contains a specific element
- assign - Destructuring Assignment Syntax for Perl
- autobox - Call methods on native types
- autobox::Lookup - Easy autoboxed lookup
- autobox::Text - Turns baubles into trinkets
- autobox::Time::Piece - On-the-fly date conversion
- Catmandu - A data toolkit
- Class::XPath - Adds xpath matching to object trees
- Connector - A generic connection to a hierarchical-structured data set
- csvgrep - Search for patterns in a CSV and display results in a table
- CSV-oriented - App::CSVUtils
- CXC::Data::Visitor - Invoke a callback on every element at every level of a data structure.
- Data::Alias - Comprehensive set of aliasing operations
- Data::Clone - Polymorphic data cloning
- Data::Difference - Compare simple hierarchical data
- Data::DPath - DPath is not XPath!
- Data::DRef - Delimited-key access to complex data structures
- Data::Dump
- Data::Dump::Color - Like Data::Dump, but with color
- Data::Dump::HTML::Collapsible
- Data::Dump::Partial - Dump data structure compactly and potentially partially
- Data::Dumper - Stringified perl data structures, suitable for both printing and eval
- Data::Dumper::Concise - Less indentation and newlines plus sub deparsing
- Data::Dumper::Interp - Interpolate Data::Dumper output into strings for human consumption
- Data::Edit::Xml - Edit data held in the XML format
- Data::Edit::Xml::Reuse - Reuse Xml via the Dita conref facility
- Data::FastPack - FastPack Record format, Parsing and Serialising
- Data::HexDump - Hexadecimal Dumper
- Data::LNPath - Lookup on nested data via path
- Data::Match - Complex data structure pattern matching
- Data::Mirror - A simple way to efficiently retrieve data from the World Wide Web
- Data::Munge - Various utility functions
- Data::NestedKey - Object-oriented handling of deeply nested hash structures
- Data::Page - Help when paging through sets of results
- Data::Pageset - Page numbering and page sets
- Data::Pageset::Exponential - Page numbering for very large page numbers
- Data::Path
- Data::Peek - A collection of low-level debug facilities
- Data::Pretty - Data Dump Beautifier
- Data::Printer - Colored & full-featured pretty print of Perl data structures and objects
- Data::Printer::Filter::JMAP - A Data::Printer filter for JMAP::Tester-related objects
- Data::Record::Serialize::Encode::csv - Encode a record as csv
- Data::Reuse - Share constant values with Data::Alias
- Data::Rmap - Recursive map, apply a block to a data structure
- Data::Roundtrip - Convert between Perl data structures, YAML and JSON with unicode support (I believe ...)
- Data::Section - Read multiple, named, chunks of data out of your __DATA__ section
- Data::Section::Pluggable - Read structured data from __DATA__
- Data::Section::Simple - Read multiple, named, chunks of data out of your __DATA__ section
- Data::Show - Dump data structures with name and point-of-origin
- Data::Transfigure - Performs rule-based data transfigurations of arbitrary structures
- Data::Transform - Performs rule-based data transformations of arbitrary structures
- Data::Traverse - Callback-based depth-first traversal of Perl data structures
- Data::Unixish - Implementation for Unixish, a data transformation framework
- Data::Visitor - Visitor style traversal of Perl data structures
- Data::Visitor::Lite - An easy implementation of Data::Visitor::Callback
- Data::Visitor::Tiny - Recursively walk data structures
- Data::Walk - Traverse Perl data structures
- Data::Walker - A tool for navigating through Perl data structures
- DBIx::Array - DBI Wrapper with Perl style data structure interfaces
- DBIx::HTML - Just another HTML table generating DBI extension
- Devel::Walk - Walk a complex object or reference
- Directory::Diff - Recursively find differences between similar directories
- Doubly - Doubly linked lists
- Doubly::Linked - Doubly linked lists
- Doubly::Linked::PP - Linked lists
- File::LoadLines - Fancy!
- Hash::Path - A simple way to return a path of HoH
- Iterator - A general-purpose iterator class
- Iterator::DBI - An iterator for returning DBI query results
- Iterator::Flex - Iterators with flexible behaviors
- Iterator::IO - Filesystem and stream iterators
- Iterator::Misc - Miscellaneous iterator functions
- Iterator::Simple - Simple iterator and utilities
- Iterator::Util - Essential utilities for the Iterator class
- List::Gen - Provides functions for generating lists
- List::Lazy - Generate lists lazily
- List::Regexp - Convert list of strings to a regular expression
- List::Util - A selection of general-utility list subroutines
- meta - Meta-programming API
- Module::Features::PluginSystem
- Number::Iterator::XS - Iterate numbers faster
- NumSeq::Iter - Generate a coderef iterator from a number sequence specification
- Object::Iterate - Iterators for objects that know the next element
- OMOP::CSV::Validator - Validates OMOP CDM CSV files against their expected data types
- Parser::FIT - A parser for garmin FIT (Flexible and Interoperable Data Transfer) files
- Syntax::Keyword::Junction - Perl6 style Junction operators in Perl5
- Scalar::List::Utils - A distribution of general-utility subroutines
- Term::TablePrint - Print a table to the terminal and browse it interactively
- Text::ANSITable - Create nice formatted tables using extended ASCII and ANSI colors
- Text::ASCIITable - Create a nice formatted table using ASCII characters
- Text::NumericData - Many tools for parsing and writing of textual numeric data files
- Text::Pipe - Common text filter API
- Tree::DAG_Mode - An N-ary tree
- Tree::Simple::VisitorFactory - A factory object for dispensing Visitor objects
- Text::Treesitter - Perl binding for tree-sitter
- Text::Table::Read::RelationOn::Tiny - Read binary "relation on (over) a set" from a text table
- Tree::XPathEngine - A re-usable XPath engine
- Util::Medley::List - Utility methods for working with lists
- XML::XPathEngine - A re-usable XPath engine for DOM-like trees
- See also:
- ArrayHandling (topic)
- DataCleaning (topic)
- Data::FakeData::Fake
- Data::GridData::Grid
- Data::Table::Text. Write data in tabular text format. Very flexible. Vast list of methods. Aimed at Amazon Web ServicesData::Table::Text. Write data in tabular text format. Very flexible. Vast list of methods. Aimed at Amazon Web Services
- Data::TransmuteData::Transmute
- DebuggingStuff (topic)
- HashHandling (topic)
- ParallelProcessing (topic)
- RedBlackTrees (topic)
- RestfulInterface (topic)
- SpreadsheetStuff (topic)
- StringStuff (topic)
- TableDataRoles::StandardTableDataRoles::Standard
- Table::Data::TextTable::Data::Text
- Text::Table::ManifoldText::Table::Manifold
- Text::Table::TinyText::Table::Tiny
- XS (topic)
- DataTypes
- DataValidation
- DatesAndTimes
- DebianOS
- DebuggingStuff
- DFA
- DnsStuff
- DomainNames
- EBookHandling
- EditorConfigFiles
- EmailStuff
- EnterpriseApps
- EnumStuff
- EventStuff
- ExceptionHandling
- ExportHandling
- ExtensibleProvisioningProtocol
- FileHandling
- FinancialStuff
- FindDependencies
- Games
- GenealogyStuff
- GeographicStuff
- GitHubAndPause
- GitStuff
- GoogleAds
- GoogleDrive
- GrammarProcessing
- Graphs
- HardwareStuff
- HashHandling
- HowToBuildPerl
- HTMLHandling
- HTTPHandling
- HTTPServers
- IETF
- ImageStuff
- See also:
- ChartingAndPlotting (topic)
- InlineStuff
- InstallPerl
- InterestingModules
- IO
- IoLayers
- IoT
- IpC
- IRI
- IRI => Internationalized Resource Identifiers
- IteratorStuff
- See also:
- DataTraversal (topic)
- JavaScript
- JsonStuff
- LargeLanguageModels
- LaTeX
- LibVirt
- LicenceStuff
- LinguaStuff
- LocaleStuff
- LoggingStuff
- MailingLists
- MariaDB
- MarkdownHandling
- Marpa
- MathsLibraries
- MeasureMetrics
- MemoryUsage
- MidiControllers
- MobilePhones
- ModernPerl
- ModuleBuilding
- https://metacpan.org/recent
- Aion - A postmodern object system for Perl 5, such as âMouseâ, âMooseâ, âMooâ, âMoâ and âMâ, but with improvements
- Alien - External libraries wrapped up for your viewing pleasure!
- Alien::Build - Build external dependencies for use in CPAN
- Alien::cmake3 - Find or download or build cmake 3
- App::hopen - hopen build system command-line interface
- App::ModuleBuildTiny - A standalone authoring tool for Module::Build::Tiny and Dist::Build
- App::Module::Lister - List the Perl modules in @INC
- App::perlimports - Make implicit imports explicit
- B => The Perl Compiler Backend
- B::Keywords - Lists of reserved barewords and symbol names
- Blessed::Merge - Merge Blessed Refs
- BsDiPa - Create or apply binary difference patch
- Caller::Reverse - Reverse the caller stack
- Class::Accessor - Automated accessor generation
- Class::Accessor::Fast - Faster, but less expandable, accessors
- Class::Accessor::Validated - Drop-in constructor validation for Class::Accessor::Fast-based classes
- DBIx::VersionedSubs - All your code are belong into the DB
- Devel::MaintBlead - Handle maint / blead code paths for distributions
- Devel::Required - Automatic update of required modules documentation
- Devel::ThreadsForks - Check for availability of threads or forks
- Dist::Build - A modern module builder, author tools not included!
- exact - Perl pseudo pragma to enable strict, warnings, features, mro, filehandle methods
- experimental - Experimental features made easy
- ExtUtils::Builder - An overview of the foundations of the ExtUtils::Builder Plan framework
- ExtUtils::Builder::Compiler - An interface around different compilers
- ExtUtils::Depends - Easily build XS extensions that depend on XS extensions
- ExtUtils::Helpers - Various portability utilities for module builders
- ExtUtils::ParseXS - Converts Perl XS code into C code
- ExtUtils::Typemaps::Magic - Typemap for storing objects in magic
- ExtUtils::Typemaps::Misc - A collection of miscelaneous typemap templates
- Factory::Sub - Generate a factory of subs
- Hades - Less is more, more is less!
- Hades::Realm::Exporter - Hades realm for Exporter
- Hades::Realm::Import::Export - Hades realm for Import::Export
- Install without using CPAN
- LaunchDarkly::Server - Perl server side SDK for LaunchDarkly, a fancy release manager
- Minilla - CPAN module authoring tool
- Mite - Moose-like OO, fast to load, with zero dependencies
- Module::Build::Tiny - Looks good
- Module::Extract::VERSION - Extract a module version safely
- Module::Generate - Assist with module generation
- Module::Generic - Generic Module to inherit from
- Module::List - Module 'directory' listing
- Module::Patch - Patch package with a set of patches
- Module::Runtime - Runtime module handling
- Module::Signature - Module signature file manipulation
- Module::Starter::AddModule - Add a new module to a distribution
- MooX::LazierAttributes - Lazier Attributes
- MooX::Private::Attribute - Private attributes
- Nefarious - Wicked or criminal objects
- Object::Configure - Runtime Configuration for an Object
- ODS => Object Data Store
- ogd - Ordered global destruction
- Package::Subroutine - Minimalistic import/export and other util methods
- PAR::Packer - PAR Packager
- Perl::APIReference - Programmatically query the perlapi
- PPI::Dumper - Dumping of PDOM trees
- Role::Basic - Just roles. Nothing else
- Simple::Tuple - Because tuples should be simple and simple to use!
- SourceCode::LineCounter::Perl - Count lines in Perl source code
- Subclass::Of - Import a magic subclass
- Syntax::Construct - Explicitly state which non-feature constructs are used in the code
- URI::PackageURL - Perl extension for Package URL (aka "purl")
- Variable::Magic
- Xerarch - Introspection of the package
- XS::Framework - Framework for building C++ XS modules with shared code, typemaps and C++ perl API
- XS::Install - ExtUtils::MakeMaker based module installer for XS modules
- XS::Manifesto - Shared XS modules manifesto
- YAOO => Yet Another Object Orientation
- See also:
- ClassStuff (topic)
- Graphs (topic)
- Pragma (topic)
- TestingHelp (topic)
- ModulePlugins
- MusicStuff
- NetworkProgramming
- NewOperators
- OfficeFiles
- App::OfficeUtils - Utilities related to Office suite files (.doc, .docx, .odt, .xls, .xlsx, .ods, etc)
- AsposeCellsCloud::CellsApi - This is a cloud-based service provided by Aspose that allows developers to process and manipulate spreadsheet documents (like Microsoft Excel, OpenDocument Spreadsheet, CSV, etc.) without needing Microsoft Office installed
- AsposeSlidesCloud::SlidesApi - No description
- Document::OOXML - Manipulation of Open Office XML files
- MsOffice::Word::Surgeon - Tamper with the guts of Microsoft docx documents, with regexes
- MsOffice::Word::Template - Generate Microsoft Word documents from Word templates
- See also:
- SpreadsheetStuff (topic)
- OpenGL
- OpenGraphProtocol
- OpenTelemetry
- OrgDocHandling
- PacketCapture
- ParallelProcessing
- ParameterTypes
- ParsingStuff
- PdfStuff
- Perl V7
- PerlDeltas
- PerlDistros
- PerlDocumentation
- PerlInternals
- PhoneNumbers
- PhpStuff
- PipeLines
- PodHandling
- POSIX
- Pragma
- ProfilingCode
- ProjectManagement
- ProperNames
- QrCodes
- RaspberryPi
- RDAP
- RedBlackTrees
- RegexpStuff
- RegistrySystemTesting
- RemoteDesktops
- RequestTracker
- RestfulInterface
- RotateLogFiles
- RSS
- SampleCode
- ScreenStuff
- SecurityPolicy
- SeismicOS
- SetStuff
- SlackWare
- SocialMedia
- SocketStuff
- SortModules
- SpreadsheetStuff
- SSH
- StaticSiteGenerators
- StatisticsStuff
- StringStuff
- SwitchStatements
- SystemInfo
- SystemMonitoring
- TCP/IP
- TemplateStuff
- TestingHelp
- TextAnalysisAndFormatting
- TiddlyWikis
- TimerWare
- TrueTypeFonts
- UninstallModule
- UnixWare
- See also:
- DebianOS (topic)
- SeismicOS (topic)
- UserInput
- UsernamePassword
- UTF8
- UUID
- VersionInfo
- VirtualEnvironment
- WantArray
- WebAssembly
- WebPush
- WebSecurity
- WebServices
- WebSites
- XDGBaseDirectorySpecification
- XML
- XS
- XWindowsStuff
- YamlStuff
- ZipFiles
- ZMQ