Search results for "module:End"
End - generalized END {}.
The module "End" exports a single subroutine "end", which allows you to set up some code that is run whenever the current block is exited, regardless whether that is due to a "return", "next", "last", "redo", "exit", "die", "goto" or just reaching th...
ABIGAIL/End-2009110401 - 04 Nov 2009 15:43:29 UTC
Manip::END - Mess around with END blocks
Perl keeps an array of subroutines that should be run just before your program exits (see perlmod manpage for more details). This module allows you to manipulte this array....
FDALY/Manip-END-0.08 - 26 Aug 2004 22:17:22 UTC
End::PrintBytesIn - Show LWP::Protocol::Patch::CountBytesIn::bytes_in
PERLANCAR/App-lcpan-1.071
-
19 Sep 2022 07:14:44 UTC
End::Eval::Env - Take code from environment variable(s), then eval them in END block
This module allows you to evaluate Perl code(s) in environment variable(s), in the END block, basically for convenience in one-liners. If name(s) of environment variables are not specified, "PERL_END_EVAL_ENV" is the default. The purpose of Begin::Ev...
PERLANCAR/End-Eval-Env-0.004 - 18 Feb 2022 00:06:05 UTC
LINQ - an interpretation of Microsoft's Language Integrated Query
LINQ is basically an application of SQL concepts to arrays and iterators. Hopefully this implementation will eventually cover other data types like SQL tables, XML and JSON data, etc. Not much is documented yet, but the test suite includes numerous e...
TOBYINK/LINQ-0.003 - 20 Oct 2022 15:18:58 UTC
PPI::Token::End - Completely useless content after the __END__ tag
If you've read PPI::Token::Whitespace, you should understand by now the concept of documents "floating in a sea of PPI::Token::Whitespace". Well it doesn't after the __END__ tag. Once you __END__, it's all over. Anything after that tag isn't even fit...
MITHALDU/PPI-1.277 - 22 Sep 2023 09:18:22 UTC
IO::Pipe - supply object methods for pipes
"IO::Pipe" provides an interface to creating pipes between processes....
TODDR/IO-1.51 - 23 Jan 2023 05:24:04 UTC
End::Eval::FirstArg - Take code from first command-line argument, then eval it in END block
This module allows you to evaluate Perl code specified in the first command-line argument in the END block, basically for convenience in one-liners. The purpose of Begin::Eval::* and End::Eval::* modules is to allow you to evaluate some extra Perl co...
PERLANCAR/End-Eval-FirstArg-0.003 - 25 Feb 2022 00:05:28 UTC
PPI::Statement::End - Content after the __END__ of a module
"PPI::Statement::End" is a utility class designed to serve as a contained for all of the content after the __END__ tag in a file. It doesn't cover the ENTIRE of the __END__ section, and can be interspersed with PPI::Token::Pod tokens....
MITHALDU/PPI-1.277 - 22 Sep 2023 09:18:22 UTC
Devel::End::PrintINC - Print @INC and %INC when program ends
PERLANCAR/Devel-End-PrintINC-0.002
-
29 Jun 2020 00:05:37 UTC
Tags::HTML::Page::End - Tags helper for HTML page end.
SKIM/Tags-HTML-Page-End-0.05
-
29 May 2022 21:31:10 UTC
Plasp::Exception::End - Exception to end ASP processing
This is the class for the Exception which is thrown then you call "$Response->End()". This class is not intended to be used directly by users....
SLEUNG/Plasp-1.09 - 17 Aug 2021 20:49:58 UTC
Devel::End::PrintINCVersion - Print versions of files (modules) listed in %INC
After loading this module, when program ends, versions of files (modules) listed in %INC will be printed to STDOUT. The versions are extracted using ExtUtils::MakeMaker's "parse_version"....
PERLANCAR/Devel-End-PrintINCVersion-0.001 - 16 Apr 2017 01:52:25 UTC
CatalystX::ASP::Exception::End - Exception to end ASP processing
This is the class for the Catalyst Exception which is thrown then you call "$Response->End()". This class is not intended to be used directly by users....
SLEUNG/CatalystX-ASP-1.15 - 25 Apr 2018 05:54:03 UTC
Text::TeX - Perl module for parsing of TeX.
A new "TeX" parser is created by $file = new Text::TeX::OpenFile $filename, attr1 => $val1, ...; $filename may be "undef", in this case the text to parse may be specified in the attribute "string". Recognized attributes are: "string" contains the tex...
ILYAZ/etext.1.6.3 - 19 Mar 1998 07:12:00 UTC
MODS::Record - Perl extension for handling MODS records
This module provides MODS (http://www.loc.gov/standards/mods/) parsing and creation for MODS Schema 3.5....
HOCHSTEN/MODS-Record-0.13 - 22 Nov 2018 15:00:56 UTC
Perl6::Perldoc::Parser - Parse Perl 6's documentation mark-up language
This module parses text marked up with the Perl 6 Pod notation and converts it to a hierarchical object-based representation....
DCONWAY/Perl6-Perldoc-0.000013 - 28 Oct 2014 20:32:41 UTC