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 "dist:Meta Utils"

Meta::Utils::Utils - misc utility library for many functions. River stage zero No dependents

This is a general utility module for either miscelleneous commands which are hard to calssify or for routines which are just starting to form a module and have not yet been given a module and moved there....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Utils::Pc - utilities to handle pc junk. River stage zero No dependents

This is a library to help you deal with pc junk. This will umount all dirs in a pc, do pc path conversion and the like. This is really a drag because PC's have so little capabilities......

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Utils::Env - utilities to let you access the environment variables. River stage zero No dependents

This is a library to let you get,set query,save and load environment variables. It has a few advanced services also - like giving you pieces of bash code to run from your environment and autoset environment variables etc... You may rightly ask - "why...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Utils::Dos - Handle dos to UNIX conversions. River stage zero No dependents

This library helps you in converting brain damaged dos text files to normal files and helping you with getting ridd of stuff that the visual compiler leaves in. It also helps you in figuring out if a certain file name is "DOS certified" (in that he h...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Utils::Arg - module to help you checking argument types to methods/functions. River stage zero No dependents

This is a general utility module for either miscelleneous commands which are hard to calssify or for routines which are just starting to form a module and have not yet been given a module and moved there....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Utils::Pid - routines regarding pid's. River stage zero No dependents

This is a library to help you in finding your pid, other processes pid's and the like......

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Utils::Time - module to let you access dates and times. River stage zero No dependents

This is a library to make it easier on you to access dates and time, do calculations on them and other stuff without knowing all the gorry details. Note that we do not want to add routines like "epoch_to_tm" or "string_to_tm" since the tm object is n...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Utils::List - general library for list functions. River stage zero No dependents

This is a general utility perl library for list manipulation in perl. This library works mostly with list references rather than the list themselves to avoid extra work when copying them....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Utils::Hash - general base utility library for many hash functions. River stage zero No dependents

This is a general utility perl library for all kinds of hash routines. This mainly iterates hashes using the each builtin which is the fastest to do the job and like the list library uses refernces to avoid duplication whereever possible....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Utils::Unix - handle Unix weird stuff. River stage zero No dependents

This is a library to handle small things which are weird on a unix system. The one thing it handles now are the weird thing that if you like with a library "library" the actual file is not library but rather: liblibrary.so.version. Routines are given...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Utils::Color - give you options to color the text you're writing. River stage zero No dependents

This is a library to give you a clean interface to the ANSIColor.pm module which enables nice coloring and emition of color escape codes for terminals and texts....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Utils::Debug - handle debug of perl scripts in base. River stage zero No dependents

This package handles perl debugging in base and makes sure that if you're not a perl developer you will not suffer from the lags of doing things like: use strict qw(vars refs subs); use diagnostics;etc... For all programmers that change this package ...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Utils::Chdir - change current working directories. River stage zero No dependents

This package aids you in finding out and changing the current working directory. The package also enables you to return to directories you were in without the need to save them. The package stores a stack of the visited directories and you can pop up...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Utils::System - A module to help with running other programs. River stage zero No dependents

SPECIAL STDERR FILE This library basically provides the routines to do the following: 0. execute binaries. 1. execute shell commands (with shell interpretation). 2. execute other perl scripts (in the same interpreter as you are...). 3. smart routines...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Utils::String - string related methods. River stage zero No dependents

This module will give you various methods that you may need for handling strings. It is true that most of those have equivalent perl builtin operators or functions but these have different problems: 0. bad names. 1. weird calling conventions (not reg...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Utils::Handle - various utilities to help you with file handles. River stage zero No dependents

This module helps you with various things to do with file handles. Flushing them, closing etc... In default perl this is done in the most awkward ways and this module is here to protect you from that....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Utils::Output - write output messages to console. River stage zero No dependents

This is a central controller of output to the console. All output to the console (i.e. what usually you did using stdout and stderr) you should do through this. this is a SPECIAL STDERR FILE...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Utils::Net::Rm - library to handle removing of files on remote machines. River stage zero No dependents

This module will help you remove files on a remote machine. It will do whatever it takes to accomplish this (invoking remote shell or any other means...)....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Utils::Net::Md - library to handle making of directories on remote machines. River stage zero No dependents

This will help you create directories on remove machines. This currently uses ftp (yes, I know its funny) to do its thing....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Utils::Options - utilities to let you manipulate option files. River stage zero No dependents

This library lets you read and write configuration files....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC
497 results (0.285 seconds)