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

Search results for "JENDA"

Memoize - Make functions faster by trading space for time River stage three • 77 direct dependents • 304 total dependents

*Memoizing* a function makes it faster by trading space for time. It does this by caching the return values of the function in a table. If you call the function again with the same arguments, "memoize" jumps in and gives you the value out of the tabl...

ARISTOTLE/Memoize-1.16 - 29 Jan 2023 09:05:05 UTC - Search in distribution

XML::Rules - parse XML and specify what and how to keep/process for individual tags River stage one • 1 direct dependent • 1 total dependent

JENDA/XML-Rules-1.16 - 13 Dec 2012 21:20:26 UTC - Search in distribution

Mail::Sender - (DEPRECATED) module for sending mails with attachments through an SMTP server River stage one • 4 direct dependents • 4 total dependents

Mail::Sender is deprecated. Email::Sender is the go-to choice when you need to send Email from Perl. Go there, be happy! Mail::Sender provides an object-oriented interface to sending mails. It directly connects to the mail server using IO::Socket....

CAPOEIRAB/Mail-Sender-0.903 - 17 Nov 2016 14:48:17 UTC - Search in distribution

Date::Manip::DM5 - Date manipulation routines River stage three • 61 direct dependents • 201 total dependents

SBECK/Date-Manip-6.95 - 01 Mar 2024 16:18:57 UTC - Search in distribution

Shell - run shell commands transparently within perl River stage one • 3 direct dependents • 4 total dependents

Caveats This package is included as a show case, illustrating a few Perl features. It shouldn't be used for production programs. Although it does provide a simple interface for obtaining the standard output of arbitrary commands, there may be better ...

FERREIRA/Shell-0.73 - 03 Jan 2016 20:58:44 UTC - Search in distribution

Win32::FileOp - 0.16.02 River stage zero No dependents

Module for file operations with fancy dialog boxes, for moving files to recycle bin, reading and updating INI files and file operations in general. Unless mentioned otherwise all functions work under WinXP, Win2k, WinNT, WinME and Win9x. Let me know ...

JENDA/Win32-FileOp-0.16.02 - 21 Mar 2013 14:10:13 UTC - Search in distribution

Win32::Daemon::Simple - framework for Windows services River stage zero No dependents

This module will take care of the instalation/deinstalation, reading, storing and modifying parameters, service loop with status processing and logging. It's a simple to use framework for services that need to wake up from time to time and do its job...

JENDA/Win32-Daemon-Simple-0.2.6 - 14 Mar 2004 21:14:14 UTC - Search in distribution

CGI::Deurl - a CGI parameter decoding package River stage zero No dependents

This is a little module made for CGI scripting. It decodes the parameters passed to the CGI. It does nothing more, so it's much smaller and loads more quickly than CGI.pm. Since version 0.04 it also exports the "deurl", "deurlstr" and "deurlarr" func...

JENDA/CGI-Deurl-1.08 - 09 Feb 2002 01:58:12 UTC - Search in distribution

CGI::Authent - request a HTTP authentification under specified conditions River stage zero No dependents

Send the HTTP 401 UnAuthentified header if a condition (by default "defined $ENV{REMOTE_USER}") fails. Since your script doesn't get the password the user entered, you cannot use it as the only authentification scheme. And it was not intended to work...

JENDA/CGI-Authent-0.2.1 - 24 Nov 1999 17:01:00 UTC - Search in distribution

Interpolation - Arbitrary string interpolation semantics (using tie()) River stage zero No dependents

Beginners always want to write this: print "The sum of three and four is: 3+4"; And they want the "3+4" part to be evaluated, so that it prints this: The sum of three and four is: 7 Of course, it's a double-quoted string, so it's not evaluated. The o...

JENDA/Interpolation-0.74 - 30 Sep 2009 14:09:48 UTC - Search in distribution

Data::Lazy - "lazy" (defered/on-demand) variables River stage one • 3 direct dependents • 4 total dependents

A very little module for generic on-demand computation of values in a scalar, array or hash. It provides scalars that are "lazy", that is their value is computed only when accessed, and at most once. Scalars tie $variable_often_unnecessary, 'Data::La...

SAMV/Data-Lazy-0.6 - 05 Jan 2004 01:34:17 UTC - Search in distribution

Win32::Process::Info - Provide process information for Windows 32 systems. River stage zero No dependents

The main purpose of the Win32::Process::Info package is to get whatever information is convenient (for the author!) about one or more Windows 32 processes. "GetProcInfo" is therefore the most-important method in the package. See it for more informati...

PLICEASE/Win32-Process-Info-1.023 - 02 May 2021 14:30:34 UTC - Search in distribution

Mail::Sender::Easy - Super Easy to use simplified interface to Mail::Sender's excellentness River stage zero No dependents

Easy "email() or die $@" interface to Mail::Sender. See "EXTENDED DESCRIPTION" and "DISCUSSION OF THE NAMESPACE" for more info. Also adds more detailed info to the X-Mailer header to track usage. Function: email() email(\%email) or die "Email error: ...

DMUEY/Mail-Sender-Easy-v0.0.5 - 13 Sep 2006 19:13:48 UTC - Search in distribution

Devel::Deprecate - Create deprecation schedules in your code River stage zero No dependents

Many times we find ourselves needing to deprecate code or have a deadline and just don't have time to refactor. Instead of trying to remember about this, posting it to a wiki or sending an email, it's better to have an automatic way to deprecate some...

OVID/Devel-Deprecate-0.01 - 24 Apr 2008 14:38:56 UTC - Search in distribution

Win32API::File::Time - Set file times, even on open or readonly files. River stage zero No dependents

The purpose of Win32API::File::Time is to provide maximal access to the file creation, modification, and access times under MSWin32. Under Windows, the Perl utime module will not modify the time of an open file, nor a read-only file. The comments in ...

WYANT/Win32API-File-Time-0.012 - 03 Nov 2021 13:24:45 UTC - Search in distribution

CGI::Enurl - module for URL-encoding strings and hashes River stage one • 2 direct dependents • 3 total dependents

This is a little module made for CGI scripting. It encodes the parameters to be passed to a CGI. It does nothing more, so it's much smaller and loads more quickly....

JENDA/CGI-Enurl-1.07 - 08 Aug 2002 14:20:42 UTC - Search in distribution

Win32::AbsPath - convert relative to absolute paths River stage zero No dependents

Convert relative paths to absolute. Understands UNC paths. The functions understands many different types of paths dir\file.txt ..\dir\file.txt c:\dir\file.txt c:\dir\..\file.txt \dir\file.txt \\server\share\dir\..\file.txt c:dir\file.txt and of cour...

JENDA/Win32-AbsPath-1.0 - 09 Feb 2002 02:01:47 UTC - Search in distribution

Lexical::Alias - makes a lexical an alias for another variable River stage one • 2 direct dependents • 2 total dependents

This module allows you to alias a lexical (declared with "my") variable to another variable (package or lexical). You will receive a fatal error if you try aliasing a scalar to something that is not a scalar (etc.). Parameter Swaping (new!) Version 0...

PINYAN/Lexical-Alias-0.04 - 19 May 2003 15:17:15 UTC - Search in distribution

XML::DTDParser - quick and dirty DTD parser River stage two • 2 direct dependents • 11 total dependents

This module parses a DTD file and creates a data structure containing info about all tags, their allowed parameters, children, parents, optionality etc. etc. etc. Since I'm too lazy to document the structure, parse a DTD you need and print the result...

JENDA/XML-DTDParser-2.01 - 05 Nov 2004 15:20:12 UTC - Search in distribution

XML::Smart::DTD - DTD parser for XML::Smart. River stage one • 9 direct dependents • 9 total dependents

This will parse DTD and provides methods to access the information stored in the DTD....

TMHARISH/XML-Smart-1.78 - 12 Sep 2013 15:22:25 UTC - Search in distribution
24 results (0.058 seconds)