The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "perlmodlib"

perlmodlib - constructing new Perl modules and finding existing ones River stage five • 11693 direct dependents • 33184 total dependents

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

perlfunc - Funciones predefinidas en Perl *** DOCUMENTO SIN REVISAR *** River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution

DB_File - Perl5 access to Berkeley DB version 1.x River stage three • 54 direct dependents • 255 total dependents

DB_File is a module which allows Perl programs to make use of the facilities provided by Berkeley DB version 1.x (if you have a newer version of DB, see "Using DB_File with Berkeley DB version 2 or greater"). It is assumed that you have a copy of the...

PMQS/DB_File-1.859 - 21 Aug 2023 10:04:14 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
  • perlfaq7 - General Perl Language Issues

typesafety - compile-time object type usage static analysis River stage zero No dependents

This module is similar to "strict.pm" or "taint.pm" in that it checks your program for classes of possible errors. It identifies possible data flow routes and performs heuristics on the data flow to rule out the possibility of the Important This soft...

SWALTERS/typesafety-0.05 - 31 Aug 2006 23:26:29 UTC - Search in distribution

Text::Balanced - Extract delimited text sequences from strings. River stage four • 93 direct dependents • 2022 total dependents

The various "extract_..." subroutines may be used to extract a delimited substring, possibly after skipping a specified prefix string. By default, that prefix is optional whitespace ("/\s*/"), but you can change it to whatever you wish (see below). T...

SHAY/Text-Balanced-2.06 - 05 Jun 2022 10:38:48 UTC - Search in distribution

perlintro - Trumpas ávadas á Perlà River stage zero No dependents

Kas yra Perl? Perl yra bendros paskirties programavimo kalba, kuri pradþioje buvo skirta manipuliavimui tekstu, o dabar yra naudojama daugeliui uþduoèiø: sistemø administravimui, interneto svetainiø, tinklo, grafiniø sàsajø programavimui ir kitoms uþ...

KUDARASP/POD2-LT-0.02 - 07 Jan 2004 18:53:56 UTC - Search in distribution

Win32::UTCFileTime - Get/set UTC file times with stat/utime on Win32 River stage zero No dependents

NOTE: In Perl 5.33.5, the built-in "stat()" and "utime()" functions were rewritten (and a proper implementation of "lstat()" was added) in such a way that the UTC file time handling is now correct (including the case of "utime()" being used on direct...

SHAY/Win32-UTCFileTime-1.60 - 23 Dec 2020 11:00:10 UTC - Search in distribution

podpath - print the path to the Pod River stage one • 1 direct dependent • 1 total dependent

podpath prints the path to the Pod. podpath calls stdpods underneath if the Pod name includes 'perl'. Otherwise, it searches down @INC, printing the '.pod' filename if there is a separate Pod file, otherwise printing the 'pm' filename. This accommoda...

MLFISHER/pmtools-2.2.0 - 15 Mar 2018 15:25:35 UTC - Search in distribution

DBIx::glueHTML - Class for creating a CGI interface to a database River stage zero No dependents

The "DBIx::glueHTML" class allows a CGI interface to a database. It enables a CGI interface to a database to be created, supporting record addition, modification, deletion and searching. It provides a user friendly interface with descriptions of fiel...

JFURNESS/DBIx-glueHTML-0.20 - 14 May 2000 00:33:43 UTC - Search in distribution

Oracle::Loader - Perl extension for creating Oracle PL/SQL and control file. River stage zero No dependents

This is my seocnd object-oriented Perl program. The Loader module creates data definition language (DDL) codes for creating tables and control file to be used to load data into the tables. It creates DDL codes based on column definitons contained in ...

GEOTIGER/Oracle-Loader-1.04 - 04 May 2005 20:20:18 UTC - Search in distribution

vars::i - Perl pragma to declare and simultaneously initialize global variables. River stage one • 5 direct dependents • 5 total dependents

For whatever reason, I once had to write something like BEGIN { use vars '$VERSION'; $VERSION = 3; } or our $VERSION; BEGIN { $VERSION = 3; } and I really didn't like typing that much. With this package, I can say: use vars::i '$VERSION' => 3; and ge...

CXW/vars-i-2.000000 - 18 Sep 2019 01:23:16 UTC - Search in distribution

Win32::SharedFileOpen - Open a file for shared reading and/or writing River stage zero No dependents

This module provides Perl emulations of the Microsoft C library functions "_fsopen()" and "_sopen()". These functions are counterparts to the standard C library functions fopen(3) and open(2) respectively (which are already effectively available in P...

SHAY/Win32-SharedFileOpen-4.06 - 12 Aug 2023 10:32:58 UTC - Search in distribution

Data::Display - Perl extension for formating and displaying array. River stage zero No dependents

This is my first object-oriented Perl program. The Display module will scan through each records and fields in the array to collect information about the content in the array. It creates a column definition array, builds formating strings, and displa...

GEOTIGER/Data-Display-0.02 - 14 Jun 2004 20:51:17 UTC - Search in distribution

Data::Describe - Perl extension for scanning/describing a text file or array. River stage zero No dependents

This class contains a describe method that scans through each records or number of records sepcified and fields in those records in the array or a file to collect information about the content in the array or the file. It creates a column definition ...

GEOTIGER/Data-Describe-1.03 - 06 Nov 2002 19:19:52 UTC - Search in distribution

pod2markdown - Convert POD text to Markdown River stage three • 53 direct dependents • 203 total dependents

This program uses Pod::Markdown to convert POD into Markdown sources. UTF-8 is the default output encoding if no encoding options are specified (see "OPTIONS"). It accepts two optional arguments: * input pod file (defaults to "STDIN") * output markdo...

RWSTAUNER/Pod-Markdown-3.400 - 29 Oct 2023 18:56:37 UTC - Search in distribution

POD2::PT_BR::perldsc River stage zero No dependents

GARU/POD2-PT_BR-0.06 - 11 Dec 2010 03:25:57 UTC - Search in distribution

Filter::Crypto - Create runnable Perl files encrypted with OpenSSL libcrypto River stage zero No dependents

The Filter-Crypto distribution provides the means to convert your Perl files into an encrypted, yet still runnable, format to hide the source code from casual prying eyes. This is achieved using a Perl source code filter. The encrypted files, produce...

SHAY/Filter-Crypto-2.10 - 02 Jul 2023 10:25:11 UTC - Search in distribution

CGI::Getopt - Configuration initializer River stage zero No dependents

This program enables CGI and command line inputs. It uses CGI and Getopt::Std modules....

GEOTIGER/CGI-Getopt-0.13 - 11 May 2005 16:13:35 UTC - Search in distribution
34 results (0.1 seconds)