Manual pages
Origin: perl v5.22.1.
[ Alias ↣ ] Name (section) | Brief |
---|---|
acheck-rules(5) | Rules set for acheck. |
Alien::SDL(3pm) | Building, finding and using SDL binaries. |
Alien::SDL::ConfigData(3pm) | Configuration for Alien::SDL. |
Any::URI::Escape(3pm) | Load URI::Escape::XS preferentially over URI::Escape. |
AnyEvent::Feed(3pm) | Receiving RSS/Atom Feed reader with XML::Feed. |
AnyEvent::TermKey(3pm) | Terminal key input using "libtermkey" with "AnyEvent". |
Apache::Session(3pm) | A persistence framework for session data. |
Apache::Session::DB_File(3pm) | An implementation of Apache::Session. |
Apache::Session::File(3pm) | An implementation of Apache::Session. |
Apache::Session::Flex(3pm) | Specify everything at runtime. |
Apache::Session::Generate::MD5(3pm) | Use MD5 to create random object IDs. |
Apache::Session::Generate::ModUniqueId(3pm) | Mod_unique_id for session ID generation. |
Apache::Session::Generate::ModUsertrack(3pm) | Mod_usertrack for session ID generation. |
Apache::Session::Informix(3pm) | An implementation of Apache::Session. |
Apache::Session::Lock::File(3pm) | Provides mutual exclusion using flock. |
Apache::Session::Lock::MySQL(3pm) | Provides mutual exclusion using MySQL. |
Apache::Session::Lock::Null(3pm) | Does not actually provides mutual exclusion. |
Apache::Session::Lock::Semaphore(3pm) | Provides mutual exclusion through semaphores. |
Apache::Session::Lock::Sybase(3pm) | Provides mutual exclusion using Sybase. |
Apache::Session::MySQL(3pm) | An implementation of Apache::Session. |
Apache::Session::MySQL::NoLock(3pm) | An implementation of Apache::Session::MySQL without locking. |
Apache::Session::Oracle(3pm) | An implementation of Apache::Session. |
Apache::Session::Postgres(3pm) | An implementation of Apache::Session. |
Apache::Session::Serialize::Base64(3pm) | Use Storable and MIME::Base64 to zip up persistent data. |
Apache::Session::Serialize::Storable(3pm) | Use Storable to zip up persistent data. |
Apache::Session::Serialize::Sybase(3pm) | Use Storable to zip up persistent data and unpack/pack to put into. |
Apache::Session::Serialize::UUEncode(3pm) | Use Storable and "pack()" to zip up persistent data. |
Apache::Session::Store::DB_File(3pm) | Use DB_File to store persistent objects. |
Apache::Session::Store::File(3pm) | Store persistent data on the filesystem. |
Apache::Session::Store::Informix(3pm) | Store persistent data in a Informix database. |
Apache::Session::Store::MySQL(3pm) | Store persistent data in a MySQL database. |
Apache::Session::Store::Oracle(3pm) | Store persistent data in a Oracle database. |
Apache::Session::Store::Postgres(3pm) | Store persistent data in a Postgres database. |
Apache::Session::Store::Sybase(3pm) | Store persistent data in a Sybase database. |
Apache::Session::Sybase(3pm) | An implementation of Apache::Session. |
App::perlrdf::Command::Query(3pm) | SPARQL extension for App-perlrdf. |
ArinWhois(3pm) | Perl extension to retrieve information from ARIN Whois database. |
asused(3pm) | Summaries address space used and according to the RIPE DB and REG. |
autodie(3pm) | Replace functions with ones that succeed or die with lexical scope. |
autodie::exception(3pm) | Exceptions from autodying functions. |
autodie::exception::system(3pm) | Exceptions from autodying system(). |
autodie::hints(3pm) | Provide hints about user subroutines to autodie. |
autodie::Scope::Guard(3pm) | Wrapper class for calling subs at end of scope. |
autodie::Scope::GuardStack(3pm) | Hook stack for managing scopes via %^H. |
autodie::skip(3pm) | Skip a package when throwing autodie exceptions. |
autodie::Util(3pm) | Internal Utility subroutines for autodie and Fatal. |
bones-info(1) | Display information about a Nethack bones file. |
Business::Hours(3pm) | Calculate business hours in a time period. |
Business::OnlinePayment::AuthorizeNet(3pm) | AuthorizeNet backend for Business::OnlinePayment. |
Business::OnlinePayment::AuthorizeNet::AIM(3pm) | AuthorizeNet AIM backend for Business::OnlinePayment. |
Business::OnlinePayment::AuthorizeNet::AIM::ErrorCodes(3pm) | Easy lookup of Authorize.Net's AIM result reason. |
Business::OnlinePayment::AuthorizeNet::ARB(3pm) | AuthorizeNet ARB backend for Business::OnlinePayment. |
Catalyst::Plugin::Cache::Backend::FastMmap(3pm) | A thin wrapper for Cache::FastMmap that can handle non refs. |
Catalyst::Plugin::Cache::Store::FastMmap(3pm) | DEPRECATED - FastMmap cache store for Catalyst::Plugin::Cache. |
CGI::Application::Plugin::DBH(3pm) | Easy DBI access from CGI::Application. |
CGI::Application::Plugin::MessageStack(3pm) | A message stack for your CGI::Application. |
CGI::Cookie::Splitter(3pm) | Split big cookies into smaller ones. |
CGI::Session(3pm) | Persistent session data in CGI applications. |
CGI::Session::Driver(3pm) | CGI::Session driver specifications. |
CGI::Session::Driver::db_file(3pm) | CGI::Session driver for BerkeleyDB using DB_File. |
CGI::Session::Driver::DBI(3pm) | Base class for native DBI-related CGI::Session drivers. |
CGI::Session::Driver::file(3pm) | Default CGI::Session driver. |
CGI::Session::Driver::mysql(3pm) | CGI::Session driver for MySQL database. |
CGI::Session::Driver::postgresql(3pm) | PostgreSQL driver for CGI::Session. |
CGI::Session::Driver::sqlite(3pm) | CGI::Session driver for SQLite. |
CGI::Session::ErrorHandler(3pm) | Error handling routines for CGI::Session. |
CGI::Session::ID::incr(3pm) | CGI::Session ID driver. |
CGI::Session::ID::md5(3pm) | Default CGI::Session ID generator. |
CGI::Session::ID::static(3pm) | CGI::Session ID Driver for generating static IDs. |
CGI::Session::Serialize::default(3pm) | Default CGI::Session serializer. |
CGI::Session::Serialize::freezethaw(3pm) | Serializer for CGI::Session. |
CGI::Session::Serialize::storable(3pm) | Serializer for CGI::Session. |
CGI::Session::Test::Default(3pm) | Run a suite of tests for a given CGI::Session::Driver. |
CGI::Session::Tutorial(3pm) | Extended CGI::Session manual. |
CGI::Test(3pm) | CGI regression test framework. |
CGI::Test::Form(3pm) | Querying interface to CGI form widgets. |
CGI::Test::Form::Group(3pm) | Records groups of box-type widgets. |
CGI::Test::Form::Widget(3pm) | Ancestor of all form widget classes. |
CGI::Test::Form::Widget::Box(3pm) | Abstract representation of a tickable box. |
CGI::Test::Form::Widget::Box::Check(3pm) | A checkbox widget. |
CGI::Test::Form::Widget::Box::Radio(3pm) | A radio button widget. |
CGI::Test::Form::Widget::Button(3pm) | Abstract representation of a button. |
CGI::Test::Form::Widget::Button::Image(3pm) | A nice submit button. |
CGI::Test::Form::Widget::Button::Plain(3pm) | A button with client-side processing. |
CGI::Test::Form::Widget::Button::Reset(3pm) | A reset button. |
CGI::Test::Form::Widget::Button::Submit(3pm) | A submit button. |
CGI::Test::Form::Widget::Hidden(3pm) | A hidden field. |
CGI::Test::Form::Widget::Input(3pm) | Abstract representation of an input field. |
CGI::Test::Form::Widget::Input::File(3pm) | A file upload control. |
CGI::Test::Form::Widget::Input::Password(3pm) | A password field. |
CGI::Test::Form::Widget::Input::Text_Area(3pm) | A text area. |
CGI::Test::Form::Widget::Input::Text_Field(3pm) | A text field. |
CGI::Test::Form::Widget::Menu(3pm) | Abstract representation of a menu. |
CGI::Test::Form::Widget::Menu::List(3pm) | A scrolling list menu. |
CGI::Test::Form::Widget::Menu::Popup(3pm) | A popup menu. |
CGI::Test::Input(3pm) | Abstract representation of POST input. |
CGI::Test::Input::Multipart(3pm) | POST input encoded as multipart/form-data. |
CGI::Test::Input::URL(3pm) | POST input encoded as application/x-www-form-urlencoded. |
CGI::Test::Page(3pm) | Abstract represention of an HTTP reply content. |
CGI::Test::Page::Error(3pm) | An HTTP error page. |
CGI::Test::Page::HTML(3pm) | A HTML page reply. |
CGI::Test::Page::Other(3pm) | A real page, but neither text nor HTML. |
CGI::Test::Page::Real(3pm) | Abstract representation of a real page. |
CGI::Test::Page::Text(3pm) | A text page reply. |
Chemistry::Formula(3pm) | Enumerate elements in a chemical formula. |
CHI::Driver::Redis(3pm) | Redis driver for CHI. |
Class::Data::Accessor(3pm) | Inheritable, overridable class and instance data accessor creation. |
Code::TidyAll::Plugin::JSBeautifier(3pm) | Use JavaScript::Beautifier with tidyall. |
Constant::Generate(3pm) | Common tasks for symbolic constants. |
Convert::NLS_DATE_FORMAT(3pm) | Convert Oracle NLS_DATE_FORMAT strftime Format Strings. |
cpanfile(3pm) | A format for describing CPAN dependencies for Perl applications. |
cpanfile-dump(1p) | Dump prerequisites from a cpanfile. |
cpanfile-faq(3pm) | Cpanfile FAQ. |
CSS::Tiny(3pm) | Read/Write .css files with as little code as possible. |
Dancer::Plugin::Email(3pm) | Simple email sending for Dancer applications. |
Data::Faker(3pm) | Perl extension for generating fake data. |
Data::Faker::Company(3pm) | Data::Faker plugin. |
Data::Faker::DateTime(3pm) | Data::Faker plugin. |
Data::Faker::Internet(3pm) | Data::Faker plugin. |
Data::Faker::Name(3pm) | Data::Faker plugin. |
Data::Faker::PhoneNumber(3pm) | Data::Faker plugin. |
Data::Faker::StreetAddress(3pm) | Data::Faker plugin. |
Data::HAL(3pm) | Hypertext Application Language resource. |
Data::HAL::Link(3pm) | Hypertext Application Language link. |
Data::HAL::URI(3pm) | URI wrapper. |
Data::Page::Pageset(3pm) | Change long page list to be shorter and well navigate. |
Data::Sah::Normalize(3pm) | Normalize Sah schema. |
Date::Pregnancy(3pm) | Calculate birthdate and week numbers for a pregnancy. |
DBIx::Connector(3pm) | … |
DBIx::Connector::Driver(3pm) | … |
DBIx::Connector::Driver::Firebird(3pm) | … |
DBIx::Connector::Driver::MSSQL(3pm) | … |
DBIx::Connector::Driver::mysql(3pm) | … |
DBIx::Connector::Driver::Oracle(3pm) | … |
DBIx::Connector::Driver::Pg(3pm) | … |
DBIx::Connector::Driver::SQLite(3pm) | … |
ddtc(1) | Ddts client tool to help translators and reviewers. |
ddtcrc(5) | Ddtc script configuration file. |
Debian::Copyright(3pm) | Manage Debian copyright files. |
Debian::Copyright::Stanza(3pm) | Single stanza of Debian copyright file. |
Debian::Copyright::Stanza::Files(3pm) | Files stanza of Debian copyright file. |
Debian::Copyright::Stanza::Header(3pm) | Header stanza of Debian copyright file. |
Debian::Copyright::Stanza::License(3pm) | License stanza of Debian copyright file. |
Debian::Copyright::Stanza::OrSeparated(3pm) | 'or' separated field abstraction. |
Devel::REPL(3pm) | A modern perl interactive shell. |
Devel::REPL::Overview(3pm) | Overview of Devel::REPL. |
Devel::REPL::Plugin::B::Concise(3pm) | B::Concise dumping of expression optrees. |
Devel::REPL::Plugin::Colors(3pm) | Add color to return values, warnings, and errors. |
Devel::REPL::Plugin::Commands(3pm) | Generic command creation plugin using injected functions. |
Devel::REPL::Plugin::Completion(3pm) | Extensible tab completion. |
Devel::REPL::Plugin::CompletionDriver::Globals(3pm) | Complete global variables, packages, namespaced functions. |
Devel::REPL::Plugin::CompletionDriver::INC(3pm) | Complete module names in use and require. |
Devel::REPL::Plugin::CompletionDriver::Keywords(3pm) | Complete Perl keywords and operators. |
Devel::REPL::Plugin::CompletionDriver::LexEnv(3pm) | Complete variable names in the REPL's lexical environment. |
Devel::REPL::Plugin::CompletionDriver::Methods(3pm) | Complete class or object method names. |
Devel::REPL::Plugin::CompletionDriver::Turtles(3pm) | Complete Turtles-based commands. |
Devel::REPL::Plugin::DDC(3pm) | Format results with Data::Dumper::Concise. |
Devel::REPL::Plugin::DDS(3pm) | Format results with Data::Dump::Streamer. |
Devel::REPL::Plugin::DumpHistory(3pm) | Plugin for Devel::REPL to save or print the history. |
Devel::REPL::Plugin::FancyPrompt(3pm) | Facilitate user-defined prompts. |
Devel::REPL::Plugin::FindVariable(3pm) | Finds variables by name. |
Devel::REPL::Plugin::History(3pm) | Keep track of all input, provide shortcuts !1, !-1. |
Devel::REPL::Plugin::Interrupt(3pm) | Traps SIGINT to kill long-running lines. |
Devel::REPL::Plugin::LexEnv(3pm) | Provide a lexical environment for the REPL. |
Devel::REPL::Plugin::MultiLine::PPI(3pm) | Read lines until all blocks are closed. |
Devel::REPL::Plugin::Nopaste(3pm) | #nopaste to upload session's input and output. |
Devel::REPL::Plugin::OutputCache(3pm) | Remember past results, _ is most recent. |
Devel::REPL::Plugin::Packages(3pm) | Keep track of which package the user is in. |
Devel::REPL::Plugin::Peek(3pm) | Devel::Peek plugin for Devel::REPL. |
Devel::REPL::Plugin::PPI(3pm) | PPI dumping of Perl code. |
Devel::REPL::Plugin::ReadLineHistory(3pm) | Integrate history with the facilities provided by Term::ReadLine. |
Devel::REPL::Plugin::Refresh(3pm) | Reload libraries with Module::Refresh. |
Devel::REPL::Plugin::ShowClass(3pm) | Dump classes initialized with Class::MOP. |
Devel::REPL::Plugin::Timing(3pm) | Display execution times. |
Devel::REPL::Plugin::Turtles(3pm) | Generic command creation using a read hook. |
Devel::REPL::Profile(3pm) | Code to execute when re.pl starts. |
Devel::StackTrace::AsHTML(3pm) | Displays stack trace in HTML. |
dh_consoledata(1) | Declare console data files. |
Dist::Inkt::Role::Release(3pm) | Automatically upload a distribution to the CPAN. |
Dist::Zilla::Plugin::EmailNotify(3pm) | Send an email on dist release. |
Email::Folder(3pm) | Read all the messages from a folder as Email::Simple objects. |
Email::Folder::Ezmlm(3pm) | Reads raw RFC822 mails from an ezmlm archive. |
Email::Folder::Maildir(3pm) | Reads raw RFC822 mails from a maildir. |
Email::Folder::Mbox(3pm) | Reads raw RFC822 mails from an mbox file. |
Email::Folder::MH(3pm) | Reads raw RFC822 mails from an mh folder. |
Email::Folder::Reader(3pm) | Reads raw RFC822 mails from a box. |
Exporter::Lite(3pm) | Lightweight exporting of functions and variables. |
ExtUtils::InstallPaths(3pm) | Build.PL install path logic made easy. |
Fatal(3pm) | Replace functions with equivalents which succeed or die. |
File::Cache(3pm) | Share data between processes via filesystem. |
File::Grep(3pm) | Find matches to a pattern in a series of files and related. |
File::Remove(3pm) | Remove files and directories. |
File::Touch(3pm) | Update file access and modification times, optionally creating files if needed. |
ftp-upload(1p) | Batch transfer local files to an FTP server. |
genome-music(1p) | Mutational Significance in Cancer (Cancer Mutation Analysis). |
genome-music-bmr(1p) | Calculate gene coverages and background mutation rates. |
genome-music-bmr-calc-bmr(1p) | Calculates mutation rates given per-gene coverage (from "music bmr calc-covg"),. |
genome-music-bmr-calc-covg(1p) | Uses calcRoiCovg.c to count covered bases per-gene for each given tumor-normal. |
genome-music-bmr-calc-covg-helper(1p) | Uses calcRoiCovg.c to count covered bases per-gene for a tumor-normal pair. |
genome-music-bmr-calc-wig-covg(1p) | Count covered bases per-gene for each given wiggle track format file. |
genome-music-clinical-correlation(1p) | Correlate phenotypic traits against mutated genes, or against individual. |
genome-music-cosmic-omim(1p) | Compare the amino acid changes of supplied mutations to COSMIC and OMIM databases. |
genome-music-galaxy(1p) | Run the full suite of MuSiC tools sequentially. |
genome-music-mutation-relation(1p) | Identify relationships of mutation concurrency or mutual exclusivity in genes. |
genome-music-path-scan(1p) | Find signifcantly mutated pathways in a cohort given a list of somatic mutations. |
genome-music-pfam(1p) | Add Pfam annotation to a MAF file. |
genome-music-play(1p) | Run the full suite of MuSiC tools sequentially. |
genome-music-plot(1p) | Generate relevant plots and visualizations for MuSiC. |
genome-music-plot-mutation-relation(1p) | Makes plots for results from the mutation-relation tool. |
genome-music-proximity(1p) | Perform a proximity analysis on a list of mutations. |
genome-music-smg(1p) | Identify significantly mutated genes. |
genome-music-survival(1p) | Create survival plots and P-values for clinical and mutational phenotypes. |
Genome::Model::Tools::Music(3pm) | … |
Genome::Model::Tools::Music::Bmr::CalcBmr(3pm) | … |
Genome::Model::Tools::Music::Bmr::CalcCovg(3pm) | … |
Genome::Model::Tools::Music::Bmr::CalcCovgHelper(3pm) | … |
Genome::Model::Tools::Music::Bmr::CalcWigCovg(3pm) | … |
Genome::Model::Tools::Music::ClinicalCorrelation(3pm) | … |
Genome::Model::Tools::Music::MutationRelation(3pm) | … |
Genome::Model::Tools::Music::PathScan(3pm) | … |
Genome::Model::Tools::Music::PathScan::CombinePvals(3pm) | Combining probabilities from independent tests of significance into a single aggregate figure. |
Genome::Model::Tools::Music::PathScan::PathScan(3pm) | The Path-Scan significance test for mutations in groups of putative cancer genes. |
Genome::Model::Tools::Music::PathScan::PopulationPathScan(3pm) | Apply PathScan test to populations rather than just single individuals. |
Genome::Model::Tools::Music::Proximity(3pm) | … |
Genome::Model::Tools::Music::Smg(3pm) | … |
Genome::Model::Tools::Music::Survival(3pm) | … |
Geo::Coordinates::OSGB(3pm) | Convert coordinates between Lat/Lon and the British National Grid. |
Geo::Coordinates::OSGB::Background(3pm) | Background and extended description. |
Geo::Coordinates::OSGB::Grid(3pm) | Format and parse British National Grid references. |
Geo::Coordinates::OSGB::Maps(3pm) | Data for OSGB Maps. |
Geo::Coordinates::UTM(3pm) | Perl extension for Latitiude Longitude conversions. |
Geo::Gpx(3pm) | Create and parse GPX files. |
Getargs::Long(3pm) | Named subroutine arguments, with optional type checking. |
gmt-music(1p) | Mutational Significance in Cancer (Cancer Mutation Analysis). |
gmt-music-bmr(1p) | Calculate gene coverages and background mutation rates. |
gmt-music-bmr-calc-bmr(1p) | Calculates mutation rates given per-gene coverage (from "music bmr calc-covg"), and a. |
gmt-music-bmr-calc-covg(1p) | Uses calcRoiCovg.c to count covered bases per-gene for each given tumor-normal pair. |
gmt-music-bmr-calc-covg-helper(1p) | Uses calcRoiCovg.c to count covered bases per-gene for a tumor-normal pair of. |
gmt-music-bmr-calc-wig-covg(1p) | Count covered bases per-gene for each given wiggle track format file. |
gmt-music-clinical-correlation(1p) | Correlate phenotypic traits against mutated genes, or against individual. |
gmt-music-cosmic-omim(1p) | Compare the amino acid changes of supplied mutations to COSMIC and OMIM databases. |
gmt-music-galaxy(1p) | Run the full suite of MuSiC tools sequentially. |
gmt-music-mutation-relation(1p) | Identify relationships of mutation concurrency or mutual exclusivity in genes. |
gmt-music-path-scan(1p) | Find signifcantly mutated pathways in a cohort given a list of somatic mutations. |
gmt-music-pfam(1p) | Add Pfam annotation to a MAF file. |
gmt-music-play(1p) | Run the full suite of MuSiC tools sequentially. |
gmt-music-plot(1p) | Generate relevant plots and visualizations for MuSiC. |
gmt-music-plot-mutation-relation(1p) | Makes plots for results from the mutation-relation tool. |
gmt-music-proximity(1p) | Perform a proximity analysis on a list of mutations. |
gmt-music-smg(1p) | Identify significantly mutated genes. |
gmt-music-survival(1p) | Create survival plots and P-values for clinical and mutational phenotypes. |
grepmail(1p) | Search mailboxes for mail matching a regular expression. |
Heap(3pm) | Perl extensions for keeping data partially sorted. |
Heap::Binary(3pm) | A binary heap to keep data partially sorted. |
Heap::Binomial(3pm) | A binomial heap to keep data partially sorted. |
Heap::Elem(3pm) | Base class for elements in a Heap. |
Heap::Elem::Num(3pm) | Numeric Heap Elements. |
Heap::Elem::NumRev(3pm) | Reversed Numeric Heap Elements. |
Heap::Elem::Ref(3pm) | Object Reference Heap Elements. |
Heap::Elem::RefRev(3pm) | Reversed Object Reverence Heap Elements. |
Heap::Elem::Str(3pm) | String Heap Elements. |
Heap::Elem::StrRev(3pm) | Reversed String Heap Elements. |
Heap::Fibonacci(3pm) | A fibonacci heap to keep data partially sorted. |
hearse(1) | Exchange Nethack bones files with other players. |
Hook::WrapSub(3pm) | Wrap subs with pre- and post-call hooks. |
HTML::FormFu::Constraint::DBIC::Unique(3pm) | Unique constraint for HTML::FormFu::Model::DBIC. |
HTML::FormFu::Model::DBIC(3pm) | Integrate HTML::FormFu with DBIx::Class. |
HTML::LinkList(3pm) | Create a 'smart' list of HTML links. |
HTML::WikiConverter::MediaWiki(3pm) | Convert HTML to MediaWiki markup. |
HTTP::Headers::ActionPack(3pm) | HTTP Action, Adventure and Excitement. |
HTTP::Headers::ActionPack::AcceptCharset(3pm) | A Priority List customized for Media Types. |
HTTP::Headers::ActionPack::AcceptLanguage(3pm) | A Priority List customized for Media Types. |
HTTP::Headers::ActionPack::AuthenticationInfo(3pm) | The Authentication-Info Header. |
HTTP::Headers::ActionPack::Authorization(3pm) | The Authorization Header factory. |
HTTP::Headers::ActionPack::Authorization::Basic(3pm) | The Basic Authorization Header. |
HTTP::Headers::ActionPack::Authorization::Digest(3pm) | The Digest Authorization Header. |
HTTP::Headers::ActionPack::ContentNegotiation(3pm) | A class to handle content negotiation. |
HTTP::Headers::ActionPack::Core::Base(3pm) | A Base class. |
HTTP::Headers::ActionPack::Core::BaseAuthHeader(3pm) | The base Auth Header. |
HTTP::Headers::ActionPack::Core::BaseHeaderList(3pm) | A Base Header List. |
HTTP::Headers::ActionPack::Core::BaseHeaderType(3pm) | A Base header type. |
HTTP::Headers::ActionPack::Core::BaseHeaderWithParams(3pm) | A Base header type with parameters. |
HTTP::Headers::ActionPack::DateHeader(3pm) | A Date Header. |
HTTP::Headers::ActionPack::LinkHeader(3pm) | A Link. |
HTTP::Headers::ActionPack::LinkList(3pm) | A List of Link objects. |
HTTP::Headers::ActionPack::MediaType(3pm) | A Media Type. |
HTTP::Headers::ActionPack::MediaTypeList(3pm) | A Priority List customized for Media Types. |
HTTP::Headers::ActionPack::PriorityList(3pm) | A Priority List. |
HTTP::Headers::ActionPack::Util(3pm) | General Utility module. |
HTTP::Headers::ActionPack::WWWAuthenticate(3pm) | The WWW-Authenticate Header. |
Image::Math::Constrain(3pm) | Scaling math used in image size constraining (such as thumbnails). |
imageindex(1) | A digital photo gallery tool. |
inline2test(1p) | The Test::Inline 2 Test Compiler. |
inotify-hookable(1p) | Blocking command-line interface to inotify. |
JavaScript::Beautifier(3pm) | Beautify Javascript (beautifier for javascript). |
js_beautify(1p) | Command tool to beautify your javascript files. |
JSON::WebToken(3pm) | JSON Web Token (JWT) implementation. |
Layout::Manager(3pm) | 2D Layout Management. |
Layout::Manager::Absolute(3pm) | No frills layout manager. |
Layout::Manager::Axis(3pm) | Compass-like resizing managers. |
Layout::Manager::Compass(3pm) | Compass based layout. |
Layout::Manager::Flow(3pm) | Directional layout manager. |
Layout::Manager::Grid(3pm) | Simple grid-based layout manager. |
Layout::Manager::Single(3pm) | One-size vertical layout manager. |
Lingua::EN::Syllable(3pm) | Count the number of syllables in English words. |
Lingua::GL::Stemmer(3pm) | Galician Stemmer. |
Lingua::PT::Stemmer(3pm) | Portuguese language stemming. |
Lingua::Romana::Perligata(3pm) | … |
Lingua::Stem::Snowball::Da(3pm) | Porters stemming algorithm for Denmark. |
Lingua::Stem::Snowball::No(3pm) | Porters stemming algorithm for Norwegian. |
Lingua::Stem::Snowball::Se(3pm) | Porters stemming algorithm for Swedish. |
Locales(3pm) | Methods for getting localized CLDR language/territory names (and a subset of other data). |
Locales::DB::Docs::PluralForms(3pm) | Plural form details reference for all included locales. |
Log::Dispatch::Dir(3pm) | Log messages to separate files in a directory, with rotate options. |
Log::Dispatch::Perl(3pm) | Use core Perl functions for logging. |
Log::Fast(3pm) | Fast and flexible logger. |
Lucene::QueryParser(3pm) | Turn a Lucene query into a Perl data structure. |
LWP::UserAgent::CHICaching(3pm) | LWP::UserAgent with caching based on CHI. |
LWP::UserAgent::README(3pm) | LWP::UserAgent with caching based on CHI. |
LWP::UserAgent::Role::CHICaching(3pm) | A role to allow LWP::UserAgent to cache with CHI. |
LWP::UserAgent::Role::CHICaching::SimpleKeyGen(3pm) | A role for cache keys when caching LWP::UserAgent. |
LWP::UserAgent::Role::CHICaching::SimpleMungeResponse(3pm) | A role to manipulate the response when caching. |
LWP::UserAgent::Role::CHICaching::VaryNotAsterisk(3pm) | A role for when Vary is not * when caching LWP::UserAgent. |
Mail::DeliveryStatus::BounceParser(3pm) | Perl extension to analyze bounce messages. |
maildirsync(1) | Online synchronizer for Maildir-format mailboxes. |
Math::Bezier(3pm) | Solution of Bezier Curves. |
Math::NoCarry(3pm) | Perl extension for no- carry arithmetic. |
Math::RandomOrg(3pm) | Retrieve random numbers and data from random.org. |
mime-construct(1p) | Construct and optionally mail MIME messages. |
Module::CPANfile(3pm) | Parse cpanfile. |
Module::ExtractUse(3pm) | Find out what modules are used. |
MooseX::App::Cmd(3pm) | Mashes up MooseX::Getopt and App::Cmd. |
MooseX::App::Cmd::Command(3pm) | Base class for MooseX::Getopt based App::Cmd::Commands. |
MooseX::AttributeHelpers(3pm) | (DEPRECATED) Extend your attribute interfaces. |
MooseX::AttributeHelpers::Bool(3pm) | Boolean attribute type. |
MooseX::AttributeHelpers::Collection::Array(3pm) | Array attribute type. |
MooseX::AttributeHelpers::Collection::Bag(3pm) | Bag attribute type. |
MooseX::AttributeHelpers::Collection::Hash(3pm) | Hash attribute type. |
MooseX::AttributeHelpers::Collection::ImmutableHash(3pm) | Immutable HashRef attribute type. |
MooseX::AttributeHelpers::Collection::List(3pm) | List attribute type. |
MooseX::AttributeHelpers::Counter(3pm) | Counter attribute type. |
MooseX::AttributeHelpers::Meta::Method::Curried(3pm) | Curried methods for Moose::Meta::Method. |
MooseX::AttributeHelpers::Meta::Method::Provided(3pm) | Provided methods for Moose::Meta::Method. |
MooseX::AttributeHelpers::MethodProvider::Array(3pm) | Method generator for. |
MooseX::AttributeHelpers::MethodProvider::Bag(3pm) | Method generator for MooseX::AttributeHelpers::Collection::Bag. |
MooseX::AttributeHelpers::MethodProvider::Bool(3pm) | Method generator for MooseX::AttributeHelpers::Bool. |
MooseX::AttributeHelpers::MethodProvider::Counter(3pm) | Method generator for MooseX::AttributeHelpers::Counter. |
MooseX::AttributeHelpers::MethodProvider::Hash(3pm) | Method generator for. |
MooseX::AttributeHelpers::MethodProvider::ImmutableHash(3pm) | Method generator for. |
MooseX::AttributeHelpers::MethodProvider::List(3pm) | Method generator for. |
MooseX::AttributeHelpers::MethodProvider::String(3pm) | Method generator for MooseX::AttributeHelpers::String. |
MooseX::AttributeHelpers::Number(3pm) | Numerical attribute type. |
MooseX::AttributeHelpers::String(3pm) | String attribute type. |
MooseX::AttributeHelpers::Trait::Base(3pm) | Base role for helpers. |
MooseX::AttributeHelpers::Trait::Bool(3pm) | Simple boolean attribute. |
MooseX::AttributeHelpers::Trait::Collection(3pm) | Base class for all collection type helpers. |
MooseX::AttributeHelpers::Trait::Collection::Array(3pm) | Array attribute. |
MooseX::AttributeHelpers::Trait::Collection::Bag(3pm) | Bag attribute. |
MooseX::AttributeHelpers::Trait::Collection::Hash(3pm) | Hash attribute. |
MooseX::AttributeHelpers::Trait::Collection::ImmutableHash(3pm) | Immutable HashRef attribute. |
MooseX::AttributeHelpers::Trait::Collection::List(3pm) | List attribute. |
MooseX::AttributeHelpers::Trait::Counter(3pm) | Simple counter attribute. |
MooseX::AttributeHelpers::Trait::Number(3pm) | Simple numeric attribute. |
MooseX::AttributeHelpers::Trait::String(3pm) | Simple string attribute. |
MooseX::Blessed::Reconstruct(3pm) | A Data::Visitor for creating Moose objects from blessed placeholders. |
MooseX::Daemonize(3pm) | Role for daemonizing your Moose based application. |
MooseX::Daemonize::Core(3pm) | A Role with the core daemonization features. |
MooseX::Daemonize::Pid(3pm) | PID management for MooseX::Daemonize. |
MooseX::Daemonize::Pid::File(3pm) | PID file management for MooseX::Daemonize. |
MooseX::Daemonize::WithPidFile(3pm) | A Role with the core daemonization and pidfile management. |
MooseX::Traits(3pm) | Automatically apply roles at object creation time. |
MooseX::Types::DateTime(3pm) | DateTime related constraints and coercions for Moose. |
MooseX::Types::DateTime::MoreCoercions(3pm) | Extensions to MooseX::Types::DateTime. |
MooseX::Types::Set::Object(3pm) | Set::Object type with coercions and stuff. |
MooseX::Types::URI(3pm) | URI related types and coercions for Moose. |
MooX::Log::Any(3pm) | Role to add Log::Any. |
mr(1) | A tool to manage all your version control repos. |
mymeta-cpanfile(1p) | Dump cpanfile out of (MY)META files. |
NCC::CountryCode(3pm) | Perl extension for blah blah blah. |
NCC::RipeDelegations(3pm) | OO interface to the list of IP delegations from IANA. |
Net::Dict(3pm) | Client API for accessing dictionary servers (RFC 2229). |
Net::EPP(3pm) | A Perl library for the Extensible Provisioning Protocol (EPP). |
Net::EPP::Client(3pm) | A client library for the TCP transport for EPP, the Extensible Provisioning Protocol. |
Net::EPP::Frame(3pm) | An EPP XML frame system built on top of XML::LibXML. |
Net::EPP::Frame::Command(3pm) | An instance of Net::EPP::Frame for client commands. |
Net::EPP::Frame::Command::Check(3pm) | An instance of Net::EPP::Frame::Command for the EPP "" command. |
Net::EPP::Frame::Command::Check::Contact(3pm) | An instance of Net::EPP::Frame::Command::Check for contact objects. |
Net::EPP::Frame::Command::Check::Domain(3pm) | An instance of Net::EPP::Frame::Command::Check for domain names. |
Net::EPP::Frame::Command::Check::Host(3pm) | An instance of Net::EPP::Frame::Command::Check for host objects. |
Net::EPP::Frame::Command::Create(3pm) | An instance of Net::EPP::Frame::Command for the EPP "" command. |
Net::EPP::Frame::Command::Create::Contact(3pm) | An instance of Net::EPP::Frame::Command::Create for contact. |
Net::EPP::Frame::Command::Create::Domain(3pm) | An instance of Net::EPP::Frame::Command::Create for domain objects. |
Net::EPP::Frame::Command::Create::Host(3pm) | An instance of Net::EPP::Frame::Command::Create for host objects. |
Net::EPP::Frame::Command::Delete(3pm) | An instance of Net::EPP::Frame::Command for the EPP "" command. |
Net::EPP::Frame::Command::Delete::Contact(3pm) | An instance of Net::EPP::Frame::Command::Delete for contact. |
Net::EPP::Frame::Command::Delete::Domain(3pm) | An instance of Net::EPP::Frame::Command::Delete for domain names. |
Net::EPP::Frame::Command::Delete::Host(3pm) | An instance of Net::EPP::Frame::Command::Delete for host objects. |
Net::EPP::Frame::Command::Info(3pm) | An instance of Net::EPP::Frame::Command for the EPP "" command. |
Net::EPP::Frame::Command::Info::Contact(3pm) | An instance of Net::EPP::Frame::Command::Info for contact objects. |
Net::EPP::Frame::Command::Info::Domain(3pm) | An instance of Net::EPP::Frame::Command::Info for domain names. |
Net::EPP::Frame::Command::Info::Host(3pm) | An instance of Net::EPP::Frame::Command::Info for host objects. |
Net::EPP::Frame::Command::Login(3pm) | An instance of Net::EPP::Frame::Command for the EPP "" command. |
Net::EPP::Frame::Command::Logout(3pm) | An instance of Net::EPP::Frame::Command for the EPP "" command. |
Net::EPP::Frame::Command::Poll(3pm) | An instance of Net::EPP::Frame::Command for the EPP "" command. |
Net::EPP::Frame::Command::Poll::Ack(3pm) | An instance of Net::EPP::Frame::Command for the EPP "" acknowledge. |
Net::EPP::Frame::Command::Poll::Req(3pm) | An instance of Net::EPP::Frame::Command for the EPP "" request. |
Net::EPP::Frame::Command::Renew(3pm) | An instance of Net::EPP::Frame::Command for the EPP "" command. |
Net::EPP::Frame::Command::Renew::Domain(3pm) | An instance of Net::EPP::Frame::Command::Renew for domain objects. |
Net::EPP::Frame::Command::Transfer(3pm) | An instance of Net::EPP::Frame::Command for the EPP "" command. |
Net::EPP::Frame::Command::Transfer::Contact(3pm) | An instance of Net::EPP::Frame::Command::Transfer for contact. |
Net::EPP::Frame::Command::Transfer::Domain(3pm) | An instance of Net::EPP::Frame::Command::Transfer for domain. |
Net::EPP::Frame::Command::Update(3pm) | An instance of Net::EPP::Frame::Command for the EPP "" command. |
Net::EPP::Frame::Command::Update::Contact(3pm) | An instance of Net::EPP::Frame::Command::Update for contact. |
Net::EPP::Frame::Command::Update::Domain(3pm) | An instance of Net::EPP::Frame::Command::Update for domain names. |
Net::EPP::Frame::Command::Update::Host(3pm) | An instance of Net::EPP::Frame::Command::Update for host objects. |
Net::EPP::Frame::Greeting(3pm) | An instance of Net::EPP::Frame for server greetings. |
Net::EPP::Frame::Hello(3pm) | An instance of Net::EPP::Frame for client greetings. |
Net::EPP::Frame::ObjectSpec(3pm) | Metadata about EPP object types. |
Net::EPP::Frame::Response(3pm) | An instance of Net::EPP::Frame for server responses. |
Net::EPP::Protocol(3pm) | Low-level functions useful for both EPP clients and servers. |
Net::EPP::ResponseCodes(3pm) | A module to export some constants that correspond to EPP response codes. |
Net::EPP::Simple(3pm) | … |
Net::INET6Glue(3pm) | Make common modules IPv6 ready by hotpatching. |
Net::INET6Glue::FTP(3pm) | Adds IPv6 support to Net::FTP by hotpatching. |
Net::INET6Glue::INET_is_INET6(3pm) | Make IO::Socket::INET behave like IO::Socket::INET6. |
Net::ManageSieve(3pm) | ManageSieve Protocol Client. |
Net::Nessus::REST(3pm) | REST interface for Nessus 6.0. |
Net::OAuth2(3pm) | OAuth 2.0 implementation. |
Net::OAuth2::AccessToken(3pm) | OAuth2 bearer token. |
Net::OAuth2::Client(3pm) | Client for OAuth2 access, deprecated interface. |
Net::OAuth2::Profile(3pm) | OAuth2 access profiles. |
Net::OAuth2::Profile::Password(3pm) | OAuth2 for web-server use. |
Net::OAuth2::Profile::WebServer(3pm) | OAuth2 for web-server use. |
Net::OpenID::Association(3pm) | A relationship with an identity provider. |
Net::OpenID::ClaimedIdentity(3pm) | A not-yet-verified OpenID identity. |
Net::OpenID::Common(3pm) | Libraries shared between Net::OpenID::Consumer and Net::OpenID::Server. |
Net::OpenID::Consumer(3pm) | Library for consumers of OpenID identities. |
Net::OpenID::Extension(3pm) | Base class for OpenID extensions. |
Net::OpenID::Extension::SimpleRegistration(3pm) | Support for the Simple Registration extension (SREG). |
Net::OpenID::ExtensionMessage(3pm) | Base class for extension messages. |
Net::OpenID::IndirectMessage(3pm) | Class representing a collection of namespaced arguments. |
Net::OpenID::URIFetch(3pm) | Fetch and cache content from HTTP URLs. |
Net::OpenID::VerifiedIdentity(3pm) | Object representing a verified OpenID identity. |
Net::OpenID::Yadis(3pm) | Perform Yadis discovery on URLs. |
Net::OpenID::Yadis::Service(3pm) | Class representing an XRDS Service element. |
Net::RIPEWhois::in(3pm) | Perl extension for accessing inetnum objects from RIPE whois database. |
Net::SMTP::Server(3pm) | A native Perl SMTP Server implementation for Perl. |
Net::SMTP::Server::Client(3pm) | Client session handling for Net::SMTP::Server. |
Net::SMTP::Server::Relay(3pm) | A simple relay module for Net::SMTP::Server. |
Net::Statsd(3pm) | Perl client for Etsy's statsd daemon. |
NHGRI::Blastall(3pm) | Perl extension for running and parsing NCBI's BLAST 2.x. |
Number::Tolerant(3pm) | Tolerance ranges for inexact numbers. |
Number::Tolerant::Constant(3pm) | A blessed constant type. |
Number::Tolerant::Type(3pm) | A type of tolerance. |
Number::Tolerant::Union(3pm) | Unions of tolerance ranges. |
Object::Declare(3pm) | Declarative object constructor. |
Palm(3pm) | Palm OS utility functions. |
Palm::Address(3pm) | Handler for Palm OS AddressBook databases. |
Palm::Datebook(3pm) | Handler for Palm OS DateBook and Calendar databases. |
Palm::DateTime(3pm) | Deal with various Palm OS date/time formats. |
Palm::Mail(3pm) | Handler for Palm OS Mail databases. |
Palm::Memo(3pm) | Handler for Palm Memo databases. |
Palm::PDB(3pm) | Parse Palm database files. |
Palm::Raw(3pm) | Handler for "raw" Palm databases. |
Palm::StdAppInfo(3pm) | Handle standard AppInfo blocks in Palm OS PDBs. |
Palm::ToDo(3pm) | Handler for Palm ToDo databases. |
Palm::ZirePhoto(3pm) | Handler for Palm Zire71 Photo thumbnail database. |
Parse::MediaWikiDump(3pm) | Tools to process MediaWiki dump files. |
Parse::MediaWikiDump::link(3pm) | Object representing a link from one article to another. |
Parse::MediaWikiDump::Links(3pm) | Object capable of processing link dump files. |
Parse::MediaWikiDump::page(3pm) | Object representing a specific revision of a MediaWiki page. |
Parse::MediaWikiDump::Pages(3pm) | Object capable of processing dump files with a single revision per article. |
Parse::MediaWikiDump::Revisions(3pm) | Object capable of processing dump files with multiple revisions per article. |
Path::Router(3pm) | A tool for routing paths. |
Path::Router::Route(3pm) | An object to represent a route. |
Path::Router::Route::Match(3pm) | The result of a Path::Router match. |
Path::Router::Shell(3pm) | An interactive shell for testing router configurations. |
Path::Router::Types(3pm) | A set of types that Path::Router uses. |
PDF::FDF::Simple(3pm) | Read and write (Acrobat) FDF files. |
PDF::FDF::Simple::Builder(3pm) | Module::Build extensions for PDF::FDF::Simple. |
PDF::FDF::Simple::Grammar(3pm) | Precompiled grammar for PDF::FDF::Simple. |
pdict(1p) | A perl client for accessing network dictionary servers. |
Perl6::Export::Attrs(3pm) | The Perl 6 'is export(...)' trait as a Perl 5 attribute. |
Pithub(3pm) | Github v3 API. |
Pithub::Base(3pm) | Github v3 base class for all Pithub modules. |
Pithub::Events(3pm) | Github v3 Events API. |
Pithub::Gists(3pm) | Github v3 Gists API. |
Pithub::Gists::Comments(3pm) | Github v3 Gist Comments API. |
Pithub::GitData(3pm) | Github v3 Git Data API. |
Pithub::GitData::Blobs(3pm) | Github v3 Git Data Blobs API. |
Pithub::GitData::Commits(3pm) | Github v3 Git Data Commits API. |
Pithub::GitData::References(3pm) | Github v3 Git Data References API. |
Pithub::GitData::Tags(3pm) | Github v3 Git Data Tags API. |
Pithub::GitData::Trees(3pm) | Github v3 Git Data Trees API. |
Pithub::Issues(3pm) | Github v3 Issues API. |
Pithub::Issues::Assignees(3pm) | Github v3 Issue Assignees API. |
Pithub::Issues::Comments(3pm) | Github v3 Issue Comments API. |
Pithub::Issues::Events(3pm) | Github v3 Issue Events API. |
Pithub::Issues::Labels(3pm) | Github v3 Issue Labels API. |
Pithub::Issues::Milestones(3pm) | Github v3 Issue Milestones API. |
Pithub::Orgs(3pm) | Github v3 Orgs API. |
Pithub::Orgs::Members(3pm) | Github v3 Org Members API. |
Pithub::Orgs::Teams(3pm) | Github v3 Org Teams API. |
Pithub::PullRequests(3pm) | Github v3 Pull Requests API. |
Pithub::PullRequests::Comments(3pm) | Github v3 Pull Request Comments API. |
Pithub::Repos(3pm) | Github v3 Repos API. |
Pithub::Repos::Collaborators(3pm) | Github v3 Repo Collaborators API. |
Pithub::Repos::Commits(3pm) | Github v3 Repo Commits API. |
Pithub::Repos::Contents(3pm) | Github v3 Repo Contents API. |
Pithub::Repos::Downloads(3pm) | Github v3 Repo Downloads API. |
Pithub::Repos::Forks(3pm) | Github v3 Repo Forks API. |
Pithub::Repos::Hooks(3pm) | Github v3 Repo Hooks API. |
Pithub::Repos::Keys(3pm) | Github v3 Repo Keys API. |
Pithub::Repos::Releases(3pm) | Github v3 Repo Releases API. |
Pithub::Repos::Releases::Assets(3pm) | Github v3 Repo Releases Assets API. |
Pithub::Repos::Starring(3pm) | Github v3 Repo Starring API. |
Pithub::Repos::Stats(3pm) | Github v3 repos / stats API. |
Pithub::Repos::Statuses(3pm) | Github v3 repos / statuses API. |
Pithub::Repos::Watching(3pm) | Github v3 Repo Watching API. |
Pithub::Result(3pm) | Github v3 result object. |
Pithub::Result::SharedCache(3pm) | A role to share the LRU cache with all Pithub objects. |
Pithub::Search(3pm) | Github legacy Search API. |
Pithub::SearchV3(3pm) | Github v3 Search API. |
Pithub::Users(3pm) | Github v3 Users API. |
Pithub::Users::Emails(3pm) | Github v3 User Emails API. |
Pithub::Users::Followers(3pm) | Github v3 User Followers API. |
Pithub::Users::Keys(3pm) | Github v3 User Keys API. |
Plack::Middleware::LogAny(3pm) | Use Log::Any to handle logging from your Plack app. |
Plack::Middleware::LogErrors(3pm) | Map psgi.errors to psgix.logger or other logger. |
Plack::Middleware::LogWarn(3pm) | Converts to warns to log messages. |
pod2markdown(1p) | Convert POD text to Markdown. |
Pod::Elemental::PerlMunger(3pm) | A thing that takes a string of Perl and rewrites its documentation. |
Pod::Markdown(3pm) | Convert POD to Markdown. |
Pod::Perldoc::ToMarkdown(3pm) | Enable `perldoc -o Markdown`. |
Pod::Spell(3pm) | A formatter for spellchecking Pod. |
Pod::Wordlist(3pm) | English words that come up in Perl documentation. |
podspell(1p) | Pod spell checking command line interface. |
poe-gen-tests(1p) | Generate standard POE tests for third-party modules. |
POE::Component::RSSAggregator(3pm) | Watch Muliple RSS Feeds for New Headlines. |
POE::Filter::HTTP::Parser(3pm) | A HTTP POE filter for HTTP clients or servers. |
POE::Test::Loops(3pm) | Reusable tests for POE::Loop authors. |
Proc::Daemon(3pm) | Run Perl program(s) as a daemon process. |
Quantum::Entanglement(3pm) | QM entanglement of variables in perl. |
Reg::Asused(3pm) | Perl module for asused. |
REST::Client(3pm) | A simple client for interacting with RESTful http/https resources. |
RipeWhois(3pm) | Perl extension to retrieve information from RIPE Whois database. |
Rose::URI(3pm) | A URI class that allows easy and efficient manipulation of URI components. |
RTF::Cookbook(3pm) | … |
RTF::Writer(3pm) | For generating documents in Rich Text Format. |
RTF::Writer::TableRowDecl(3pm) | Class for RTF table settings. |
safe-rm(1) | Wrapper around the rm command to prevent accidental deletions. |
Schedule::Cron::Events(3pm) | Take a line from a crontab and find out when events will occur. |
Search::GIN(3pm) | Generalized Inverted Indexing. |
Search::GIN::Callbacks(3pm) | Provide callbacks. |
Search::GIN::Core(3pm) | Core of Search::GIN. |
Search::GIN::Driver::Pack::UUID(3pm) | UUID key packing. |
Search::GIN::Query::Attributes(3pm) | Create attributes-based GIN queries. |
Search::GIN::Query::Class(3pm) | Create class-based GIN queries. |
Search::GIN::Query::Manual(3pm) | Create manual GIN queries. |
Search::GIN::Query::Set(3pm) | Create queries with set operations. |
Set::Infinite(3pm) | Sets of intervals. |
Set::Infinite::Arithmetic(3pm) | … |
Set::Infinite::Basic(3pm) | Sets of intervals 6 =head1 SYNOPSIS. |
Set::Tiny(3pm) | Simple sets of strings. |
Shell(3pm) | Run shell commands transparently within perl. |
Socket::GetAddrInfo(3pm) | Address-family independent name resolving functions. |
Socket::GetAddrInfo::Emul(3pm) | Pure Perl emulation of "getaddrinfo" and "getnameinfo" using IPv4-only legacy. |
Socket::GetAddrInfo::Socket6api(3pm) | Provide Socket::GetAddrInfo functions using Socket6 API. |
Socket::GetAddrInfo::Strict(3pm) | Provide Socket::GetAddrInfo functions which throw exceptions. |
socket_getaddrinfo(1p) | Command-line tool to "getaddrinfo(3)" resolver. |
socket_getnameinfo(1p) | Command-line tool to "getnameinfo(3)" resolver. |
Software::License(3pm) | Packages that provide templated software licenses. |
Software::License::AGPL_3(3pm) | GNU Affero General Public License, Version 3. |
Software::License::Apache_1_1(3pm) | The Apache Software License, Version 1.1. |
Software::License::Apache_2_0(3pm) | The Apache License, Version 2.0. |
Software::License::Artistic_1_0(3pm) | The Artistic License. |
Software::License::Artistic_2_0(3pm) | The Artistic License 2.0. |
Software::License::BSD(3pm) | The (three-clause) BSD License. |
Software::License::CC0_1_0(3pm) | The "public domain"-like CC0 license, version 1.0. |
Software::License::Custom(3pm) | Custom license handler. |
Software::License::FreeBSD(3pm) | The FreeBSD License (aka two-clause BSD). |
Software::License::GFDL_1_2(3pm) | The GNU Free Documentation License v1.2. |
Software::License::GFDL_1_3(3pm) | The GNU Free Documentation License v1.3. |
Software::License::GPL_1(3pm) | GNU General Public License, Version 1. |
Software::License::GPL_2(3pm) | GNU General Public License, Version 2. |
Software::License::GPL_3(3pm) | GNU General Public License, Version 3. |
Software::License::LGPL_2(3pm) | GNU Library General Public License, Version 2. |
Software::License::LGPL_2_1(3pm) | GNU Lesser General Public License, Version 2.1. |
Software::License::LGPL_3_0(3pm) | GNU Lesser General Public License, Version 3. |
Software::License::MIT(3pm) | The MIT (aka X11) License. |
Software::License::Mozilla_1_0(3pm) | Mozilla Public License 1.0. |
Software::License::Mozilla_1_1(3pm) | The Mozilla Public License 1.1. |
Software::License::Mozilla_2_0(3pm) | Mozilla Public License Version 2.0. |
Software::License::None(3pm) | Describes a "license" that gives no license for re-use. |
Software::License::OpenSSL(3pm) | The OpenSSL License. |
Software::License::Perl_5(3pm) | The Perl 5 License (Artistic 1 & GPL 1). |
Software::License::PostgreSQL(3pm) | The PostgreSQL License. |
Software::License::QPL_1_0(3pm) | The Q Public License, Version 1.0. |
Software::License::SSLeay(3pm) | The Original SSLeay License. |
Software::License::Sun(3pm) | Sun Internet Standards Source License (SISSL). |
Software::License::Zlib(3pm) | The zlib License. |
Software::LicenseUtils(3pm) | Little useful bits of code for licensey things. |
Spreadsheet::ParseExcel::Simple(3pm) | A simple interface to Excel data. |
Statistics::Descriptive(3pm) | Module of basic descriptive statistical functions. |
Statistics::Descriptive::Smoother(3pm) | Base module for smoothing statistical data. |
Statistics::Descriptive::Smoother::Exponential(3pm) | Implement exponential smoothing. |
Statistics::Descriptive::Smoother::Weightedexponential(3pm) | Implement weighted exponential smoothing. |
stow(8) | Software package installation manager. |
strictures(3pm) | Turn on strict and make most warnings fatal. |
strictures::extra(3pm) | Enable or disable strictures additional checks. |
String::Random(3pm) | Perl module to generate random strings based on a pattern. |
String::Tokenizer(3pm) | A simple string tokenizer. |
Struct::Dumb(3pm) | Make simple lightweight record-like structures. |
SVN::Notify(3pm) | … |
SVN::Notify::Alternative(3pm) | … |
SVN::Notify::Filter(3pm) | … |
SVN::Notify::Filter::Trac(3pm) | … |
SVN::Notify::HTML(3pm) | … |
SVN::Notify::HTML::ColorDiff(3pm) | … |
svnnotify(1p) | … |
Template::Plugin::Calendar::Simple(3pm) | Just another HTML calendar generator. |
Template::Stash::AutoEscaping(3pm) | Escape automatically in Template-Toolkit. |
Template::Stash::AutoEscaping::Escaped::Base(3pm) | Escaped stuff base class Template::Stash::AutoEscaping. |
Template::Stash::AutoEscaping::Escaped::HTML(3pm) | HTML escaping base class Template::Stash::AutoEscaping. |
Template::Stash::AutoEscaping::Escaped::YourCode(3pm) | Custom escaping base class Template::Stash::AutoEscaping. |
Template::Stash::AutoEscaping::RawString(3pm) | Raw string support for Template::Stash::AutoEscaping. Internal use. |
Term::Query(3pm) | Table-driven query routine. |
Term::ReadPassword(3pm) | Asking the user for a password. |
Term::Shell(3pm) | A simple command-line shell framework. |
Test::Assertions(3pm) | A simple set of building blocks for both unit and runtime testing. |
Test::Assertions::Manual(3pm) | A guide to using Test::Assertions. |
Test::Assertions::TestScript(3pm) | Base for test scripts. |
Test::AutoLoader(3pm) | A testing utility for autosplit/autoloaded modules. |
Test::Database(3pm) | Database handles ready for testing. |
Test::Database::Driver(3pm) | Base class for Test::Database drivers. |
Test::Database::Driver::CSV(3pm) | A Test::Database driver for CSV. |
Test::Database::Driver::DBM(3pm) | A Test::Database driver for DBM. |
Test::Database::Driver::mysql(3pm) | A Test::Database driver for mysql. |
Test::Database::Driver::Pg(3pm) | A Test::Database driver for Pg. |
Test::Database::Driver::SQLite(3pm) | A Test::Database driver for SQLite. |
Test::Database::Driver::SQLite2(3pm) | A Test::Database driver for SQLite2. |
Test::Database::Handle(3pm) | A class for Test::Database handles. |
Test::Database::Tutorial(3pm) | How to use Test::Database. |
Test::Database::Util(3pm) | Utility functions for Test::Database modules. |
Test::Distribution(3pm) | Perform tests on all modules of a distribution. |
Test::Effects(3pm) | Test all effects at once (return value, I/O, warnings, exceptions, etc.). |
Test::Effects::ONLY(3pm) | Lexically set Test::Effects verbosity. |
Test::Effects::TIME(3pm) | Lexically set Test::Effects timing option. |
Test::Effects::VERBOSE(3pm) | Lexically set Test::Effects verbosity. |
Test::Email(3pm) | Test Email Contents. |
Test::Exception(3pm) | Test exception-based code. |
Test::File::Contents(3pm) | … |
Test::Files(3pm) | A Test::Builder based module to ease testing with files and dirs. |
Test::HasVersion(3pm) | Check Perl modules have version numbers. |
Test::HTTP::Server::Simple(3pm) | Test::More functions for HTTP::Server::Simple. |
Test::Inline(3pm) | Embed your tests in your code, next to what is being tested. |
Test::Inline::Content(3pm) | Test::Inline 2 Content Handlers. |
Test::Inline::Content::Default(3pm) | Test::Inline 2 fallback/default Content Handler. |
Test::Inline::Content::Legacy(3pm) | Test::Inline 2 Content Handler for legacy functions. |
Test::Inline::Content::Simple(3pm) | Simple templating Content Handler. |
Test::Inline::Extract(3pm) | Extract relevant Pod sections from source code. |
Test::Inline::IO::File(3pm) | Test::Inline Local Filesystem IO Handler. |
Test::Inline::Script(3pm) | Generate the test file for a single source file. |
Test::Inline::Section(3pm) | Implements a section of tests. |
Test::Is(3pm) | Skip test in a declarative way, following the Lancaster Consensus. |
Test::Memory::Cycle(3pm) | Check for memory leaks and circular memory references. |
Test::MinimumVersion(3pm) | Does your code require newer perl than you think?. |
Test::MooseX::Daemonize(3pm) | Tool to help test MooseX::Daemonize applications. |
Test::NeedsDisplay(3pm) | Ensure that tests needing a display have one. |
Test::NoWarnings(3pm) | Make sure you didn't emit any warnings while testing. |
Test::Path::Router(3pm) | A testing module for testing routes. |
Test::Pod::Coverage(3pm) | Check for pod coverage in your distribution. |
Test::POE::Server::TCP(3pm) | A POE Component providing TCP server services for test cases. |
Test::POP3(3pm) | Automate Email Delivery Tests. |
Test::SharedFork(3pm) | Fork test. |
Test::Synopsis(3pm) | Test your SYNOPSIS code. |
Test::TempDir(3pm) | (DEPRECATED) Temporary files support for testing. |
Test::TempDir::Factory(3pm) | A factory for creating Test::TempDir::Handle objects. |
Test::TempDir::Handle(3pm) | A handle for managing a temporary directory root. |
Test::TempDir::Tiny(3pm) | Temporary directories that stick around when tests fail. |
Test::Tolerant(3pm) | Test routines for testing numbers against tolerances. |
Test::Unit(3pm) | The PerlUnit testing framework. |
Test::Unit::Assert(3pm) | Unit testing framework assertion class. |
Test::Unit::Assertion(3pm) | The abstract base class for assertions. |
Test::Unit::Assertion::Boolean(3pm) | A boolean assertion. |
Test::Unit::Assertion::CodeRef(3pm) | A delayed evaluation assertion using a Coderef. |
Test::Unit::Assertion::Exception(3pm) | A assertion for raised exceptions. |
Test::Unit::Assertion::Regexp(3pm) | Assertion with regex matching. |
Test::Unit::Debug(3pm) | Framework debugging control. |
Test::Unit::Decorator(3pm) | Unit testing framework helper class. |
Test::Unit::Error(3pm) | Unit testing framework exception class. |
Test::Unit::Exception(3pm) | Unit testing framework exception class. |
Test::Unit::Failure(3pm) | Unit testing framework exception class. |
Test::Unit::HarnessUnit(3pm) | Unit testing framework helper class. |
Test::Unit::Listener(3pm) | Unit testing framework abstract base class. |
Test::Unit::Loader(3pm) | Unit testing framework helper class. |
Test::Unit::Procedural(3pm) | Procedural style unit testing interface. |
Test::Unit::Result(3pm) | Unit testing framework helper class. |
Test::Unit::Runner(3pm) | Abstract base class for test runners. |
Test::Unit::Runner::Terminal(3pm) | Unit testing framework helper class. |
Test::Unit::Setup(3pm) | Unit testing framework helper class. |
Test::Unit::Test(3pm) | Unit testing framework abstract base class. |
Test::Unit::TestCase(3pm) | Unit testing framework base class. |
Test::Unit::TestRunner(3pm) | Unit testing framework helper class. |
Test::Unit::TestSuite(3pm) | Unit testing framework base class. |
Test::Unit::TkTestRunner(3pm) | Unit testing framework helper class. |
Test::Unit::Tutorial(3pm) | Tutorial on unit testing. |
Test::Unit::UnitHarness(3pm) | Unit testing framework helper class. |
Test::Unit::Warning(3pm) | Helper TestCase for adding warnings to a suite. |
Test::Warnings(3pm) | Test for warnings and the lack of them. |
Test::WWW::Declare(3pm) | Declarative testing for your web app. |
Test::WWW::Selenium(3pm) | Test applications using Selenium Remote Control. |
test_version(1p) | Check that all Perl modules in a distribution have version numbers. |
Text::FindIndent(3pm) | Heuristically determine the indent style. |
Text::Textile(3pm) | A humane web text generator. |
Text::Wrapper(3pm) | Word wrap text by breaking long lines. |
textile(1p) | Translate Textile markup language to HTML. |
Thread::Pool(3pm) | Group of threads for performing similar jobs. |
Time::Format(3pm) | Easy-to-use date/time formatting. |
Tk::More(3pm) | A 'more' or 'less' like text widget. |
Tk::Pod(3pm) | Pod browser toplevel widget. |
Tk::Pod::Cache(3pm) | Internal Tk-Pod module for cache control. |
Tk::Pod::FindPods(3pm) | Find Pods installed on the current system. |
Tk::Pod::Search(3pm) | Widget to access perlindex Pod full text index. |
Tk::Pod::Search_db(3pm) | Dirty OO wrapper for "perlindex"'s search functionality. |
Tk::Pod::SimpleBridge(3pm) | … |
Tk::Pod::Text(3pm) | Pod browser widget. |
Tk::Pod::Tree(3pm) | List Pod file hierarchy. |
Tk::Pod::Util(3pm) | Tk::Pod specific utility functions. |
Tk::Pod_usage(3pm) | How to use the perl/Tk Pod browser widget. |
tkdict(1p) | A perl client for accessing network dictionary servers. |
tkmore(1p) | A Perl/Tk based pager. |
tkpod(1p) | Perl/Tk Pod browser. |
TOML(3pm) | Parser for Tom's Obvious, Minimal Language. |
vendorlib(3pm) | Use Only Core and Vendor Libraries in @INC. |
Version::Next(3pm) | Increment module version numbers simply and correctly. |
webcheckout(1) | Check out repositories referenced on a web page. |
Whois(3pm) | Perl extension to make queries to the whois servers. |
Wiki::Toolkit::Formatter::UseMod(3pm) | UseModWiki-style formatting for Wiki::Toolkit. |
Wiki::Toolkit::Plugin::Diff(3pm) | Format differences between two Wiki::Toolkit pages. |
Wiki::Toolkit::Plugin::Locator::Grid(3pm) | A Wiki::Toolkit plugin to manage co-ordinate data. |
WWW::Selenium(3pm) | Perl Client for the Selenium Remote Control test tool. |
WWW::Selenium::Util(3pm) | Utility code to help test using Selenium. |
WWW::Shorten::Simple(3pm) | Factory wrapper around WWW::Shorten to avoid imports. |
XML::Descent(3pm) | Recursive descent XML parsing. |
XML::RSS(3pm) | Creates and updates RSS files. |
XML::Saxon::XSLT2(3pm) | Process XSLT 2.0 using Saxon 9.x. |