`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...
MJD/Memoize-1.03 - 22 Apr 2012 21:19:03 UTC - Search in distributionJENDA/XML-Rules-1.16 - 13 Dec 2012 21:20:26 UTC - Search in distribution
SBECK/Date-Manip-6.82 - 01 Jun 2020 12:30:28 UTC - Search in distribution
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 distributionModule 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 distributionMail::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 distributionThis 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 distributionThis 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 distributionSend 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 distributionBeginners 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 distributionA 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 distributionThe 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.022 - 26 Mar 2015 20:37:57 UTC - Search in distribution- Win32::Process::Info::PT - Provide process information via Proc::ProcessTable.
- Win32::Process::Info::NT - Provide process information via NT-native calls.
- Win32::Process::Info::WMI - Provide process information via WMI.
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 distributionMany 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 distributionThe 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.009 - 31 Oct 2019 21:15:16 UTC - Search in distributionThis 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 distributionConvert 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 distributionThis 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 distributionThis 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 distributionThis 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