The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "AutoSplit"

AutoSplit - split a package for autoloading River stage three • 27 direct dependents • 273 total dependents

This function will split up your program into files that the AutoLoader module can handle. It is used by both the standard perl libraries and by the MakeMaker utility, to automatically configure libraries for autoloading. The "autosplit" interface sp...

SMUELLER/AutoLoader-5.74 - 25 Oct 2013 17:11:47 UTC - Search in distribution

Text::Parser::AutoSplit - A role that adds the ability to auto-split a line into fields River stage zero No dependents

"Text::Parser::AutoSplit" is a role that is automatically composed into an object of Text::Parser if the "auto_split" attribute is set during object construction, or when "add_rule" method is called. The field separator is controlled by another "Text...

BALAJIRAM/Text-Parser-1.000 - 28 Nov 2020 04:39:53 UTC - Search in distribution

Test::AutoLoader - a testing utility for autosplit/autoloaded modules. River stage one • 1 direct dependent • 2 total dependents

This single-purpose module attempts to eliminate uncaught syntax errors or other obvious goofs in subroutines that are autosplit, and hence not looked at by "perl -c Module.pm". Ideally, this module will become unnecessary as you reach full coverage ...

BWARFIELD/Test-AutoLoader-0.03 - 22 Jul 2005 15:48:47 UTC - Search in distribution

pl - Perl One-Liner Magic Wand River stage zero No dependents

*Don't believe everything you read on SourceForge^H^H^H the internet! -- Plato :-y* Pl follows Perl's philosophy for one-liners: the one variable solely used in one-liners, @F, is single-lettered. Because not everyone may like that, pl has it both wa...

PFEIFFER/App-pl-0.91.1 - 13 Jul 2023 18:38:12 UTC - Search in distribution

perldiag - various Perl diagnostics River stage five • 11292 direct dependents • 32664 total dependents

These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation (enabled by default). (S) A severe warning (enabled by default). (F) A fatal error (trappable). (P) An internal error yo...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

load - control when subroutines will be loaded River stage one • 8 direct dependents • 9 total dependents

The "load" pragma allows a module developer to give the application developer more options with regards to optimize for memory or CPU usage. The "load" pragma gives more control on the moment when subroutines are loaded and start taking up memory. Th...

LNATION/load-0.25 - 15 Apr 2021 13:06:00 UTC - Search in distribution

perlfaq3 - Programming Tools River stage zero No dependents

This section of the FAQ answers questions related to programmer tools and programming support. How do I do (anything)? Have you looked at CPAN (see perlfaq2)? The chances are that someone has already written a module that can solve your problem. Have...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

IT::perlsub River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

Template::Magic - Magic merger of runtime values with templates River stage one • 2 direct dependents • 2 total dependents

Template::Magic is a "magic" interface between programming and design. It makes "magically" available all the runtime values - stored in your variables or returned by your subroutines - inside a static template file. In simple cases there is no need ...

SKNPP/Template-Magic-1.4 - 05 Mar 2012 22:57:11 UTC - Search in distribution

Graph::Easy - Convert or render graphs (as ASCII, HTML, SVG or via Graphviz) River stage two • 24 direct dependents • 27 total dependents

"Graph::Easy" lets you generate graphs consisting of various shaped nodes connected by edges (with optional labels). It can read and write graphs in a variety of formats, as well as render them via its own grid-based layouter. Since the layouter work...

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC - Search in distribution

perlrun - how to execute the Perl interpreter River stage zero No dependents

Upon startup, Perl looks for your script in one of the following places: 1. Specified line by line via -e switches on the command line. 2. Contained in the file specified by the first filename on the command line. (Note that systems supporting the #!...

KJALB/PodSimplify-0.04 - 16 Aug 1996 19:14:10 UTC - Search in distribution

XLSperl - use Perl "one-liners" with Microsoft Excel files River stage zero No dependents

Background Perl "one-liners" have a great many uses for quick data processing tasks, often replacing the UNIX tools "grep", "sed", and "awk". For example, a simple "grep" function can be written as: perl -lne '/pattern/ and print' file.txt which impr...

JONALLEN/XLSperl-0.7 - 20 Jun 2008 09:45:37 UTC - Search in distribution

nytprofhtml - Generate reports from Devel::NYTProf data River stage two • 35 direct dependents • 45 total dependents

Devel::NYTProf is a powerful feature-rich Perl source code profiler. See Devel::NYTProf for details. "nytprofhtml" generates a set of html reports from a single data file generated by Devel::NYTProf. (If your process forks you'll probably have multip...

JKEENAN/Devel-NYTProf-6.14 - 18 Oct 2023 22:42:10 UTC - Search in distribution

makepp_builtins - Builtin commands in makepp River stage zero No dependents

A: *awk*, C: &cat, *chgrp*, &chmod, *chown*, &cp, *cpp*, &cut, D: *date*, E: &echo, &expr, F: *false*, *fmt*, G: &grep, H: *head*, I: &install, L: &ln, M: *m4*, &mkdir, &mv, P: &perl, &preprocess, &printf, R: &rm, *rmdir*, S: &sed, &sort, T: *tail*, ...

PFEIFFER/makepp-2.0.99.2 - 09 Nov 2017 09:32:03 UTC - Search in distribution

Bundle::OpenXPKI - A bundle to install modules required for OpenXPKI River stage zero No dependents

This bundle helps with the installation of modules required for OpenXPKI. OpenXPKI is an open source trust center software which aims to create an enterprise-scale PKI solution. For more information see http://www.openxpki.org...

ALECH/Bundle-OpenXPKI-0.06 - 21 Nov 2008 16:12:39 UTC - Search in distribution

CLI::Osprey - MooX::Options + MooX::Cmd + Sanity River stage three • 3 direct dependents • 179 total dependents

CLI::Osprey is a module to assist in writing commandline applications with M* OO modules (Moose, Moo, Mo). With it, you structure your app as one or more modules, which get instantiated with the commandline arguments as attributes. Arguments are pars...

ARODLAND/CLI-Osprey-0.08 - 12 Jul 2020 17:12:45 UTC - Search in distribution

SelfLoader - load functions only on demand River stage one • 5 direct dependents • 5 total dependents

This module tells its users that functions in the FOOBAR package are to be autoloaded from after the "__DATA__" token. See also "Autoloading" in perlsub. The __DATA__ token The "__DATA__" token tells the perl compiler that the perl code for compilati...

SMUELLER/SelfLoader-1.24 - 03 Aug 2017 14:09:57 UTC - Search in distribution

ExtUtils::MM_Any - Platform-agnostic MM methods River stage five • 21376 direct dependents • 32646 total dependents

FOR INTERNAL USE ONLY! ExtUtils::MM_Any is a superclass for the ExtUtils::MM_* set of modules. It contains methods which are either inherently cross-platform or are written in a cross-platform manner. Subclass off of ExtUtils::MM_Any *and* ExtUtils::...

BINGOS/ExtUtils-MakeMaker-7.70 - 26 Mar 2023 13:29:08 UTC - Search in distribution

Win32::FTDI::FTD2XX - PERL5 interface to FTDI's D2XX Direct USB Drivers River stage zero No dependents

Win32::FTDI::FTD2XX provides a Perl5 interface to FTDI's D2XX Direct USB Drivers (CDM 2.04.06 as of this writing). It comes in two major components, the FTD2XX.pm module and an encapsulation and abstraction library, called P5FTD2XX.DLL, which wraps t...

SKMACPHE/Win32-FTDI-FTD2XX-1.04 - 17 Nov 2008 15:46:10 UTC - Search in distribution

App::CCSV - Command line "auto split" for easy working on CSV files via perl -ne River stage zero No dependents

This module provides easy access to field values of a CSV file for quick manipulation through shell one-liners, similar to perl's autosplit feature ("perl -ane"). Parsing and easy printing of CSV files are supported. Similar to the array @F when usin...

GARGAMEL/App-CCSV-0.02 - 21 Aug 2008 21:04:50 UTC - Search in distribution
35 results (0.11 seconds)