Search results for "JGLICK"
Error - Error/exception handling in an OO-ish way
The "Error" package provides two interfaces. Firstly "Error" provides a procedural interface to exception handling. Secondly "Error" is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded. Err...
SHLOMIF/Error-0.17029 - 28 Jan 2020 16:51:25 UTC - Search in distribution
mods - easy one-stop module shopping
This pragmatic module is intended as a way to reduce clutter in the prologue of a typical OO module, which often contains a large number of repetitive directives. Encouraging a clean programming style is the intent. Each import-syntax item in the arg...
JGLICK/ModsPragma-0.004 - 13 Sep 1997 03:30:31 UTC - Search in distribution
magicrcs - automatically monitor directories & files and keep them under RCS
magicrcs is intended to run as a background process that will use the SGI File Access Monitor library to observe given files or directory trees and keep them transparently under RCS control. Files remain writable, but unlocked. Thus, the archival asp...
JGLICK/SGI-FAM-1.002 - 30 Sep 1997 16:21:04 UTC - Search in distribution
monitor - monitor filesystem activity with FAM
Provides a running tally of FAM events affecting the specified files or directories. Blocks separated by dotted lines indicate contiguous chunks of events in the event queue. Should be self-explanatory. Hit interrupt to stop the monitoring....
GARNACHO/Sys-Gamin-0.1 - 11 Nov 2005 18:16:44 UTC - Search in distribution- Sys::Gamin - Perl interface to Gamin (File Access Monitor implementation)
Devel::WeakRef - weak references (not reference-counted)
A weak reference maintains a "pointer" to an object (specified by a reference to it, just like "bless") that does not contribute to the object's reference count; thus, the object's storage will be freed (and its destructor invoked) when only weak ref...
JGLICK/Devel-WeakRef-0.003 - 26 Sep 1997 00:39:27 UTC - Search in distribution
Devel::Memo - memoize function calls
A Devel::Memo object is defined as a subroutine reference to do some sort of calculation, together with a simple sort of prototype. The elements of the prototype may be: -eq, indicating a simple scalar argument (number or string); -equal, indicating ...
JGLICK/Devel-Memo-0.004 - 13 Jan 1998 17:50:02 UTC - Search in distribution
Sys::Pushd - change directory temporarily
Synopsis pretty much says it all. Based conceptually on SelectSaver. Multiple directories may be given, in which case they will be chdird to in order encountered....
JGLICK/Sys-Pushd-0.001 - 20 Sep 1997 21:11:27 UTC - Search in distribution
Test::Helper - easy creation of test scripts
Enclose the body of your test script within a test block. Within that block, run individual tests with the ok function, which should be passed a scalar that you desire to be true; this will print "ok *number*" or "not ok *number*" as appropriate. Sim...
JGLICK/Test-Helper-0.002 - 13 Sep 1997 04:05:59 UTC - Search in distribution