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

Search results for "FindBin"

FindBin - Locate directory of original Perl script River stage five • 926 direct dependents • 12153 total dependents

Locates the full path to the script bin directory to allow the use of paths relative to the bin directory. This allows a user to setup a directory tree for some software with directories "<root>/bin" and "<root>/lib", and then the above example will ...

TODDR/FindBin-1.54 - 29 Dec 2023 00:55:34 UTC - Search in distribution

lib::findbin - add paths to @INC relative to the directory the script resides in River stage zero No dependents

All this does is encapsulate simple logic we tend to do over and over and over. Its not terribly magical just simplifies things a little....

DMUEY/lib-findbin-0.2 - 07 Apr 2012 02:59:43 UTC - Search in distribution

FindBin::Real - Locate directory of original perl script River stage one • 5 direct dependents • 6 total dependents

Locates the full path to the script bin directory to allow the use of paths relative to the bin directory. This allows a user to setup a directory tree for some software with directories <root>/bin and <root>/lib and then the above example will allow...

STRO/FindBin-Real-1.05 - 04 Feb 2007 00:01:42 UTC - Search in distribution

FindBin::libs - locate and a 'use lib' or export directories based on $FindBin::Bin. River stage two • 26 direct dependents • 37 total dependents

General Use This module will locate directories along the path to $FindBin::Bin and "use lib" or export an array of the directories found. The default is to locate "lib" directories and "use lib" them without printing the list. Options controll wheth...

LEMBARK/FindBin-libs-v3.0.2 - 17 Oct 2022 16:10:22 UTC - Search in distribution
  • FindBin::libs - stable version of code for older perl installations.
  • FindBin::libs - locate and a 'use lib' or export directories based on $FindBin::Bin.
  • FindBin::libs - locate and a 'use lib' or export directories based on $FindBin::Bin.

SPVM::FindBin - Locate Directory of Original Program River stage zero No dependents

"SPVM::FindBin" is the "FindBin" class in SPVM language. Locates the full path to the script bin directory to allow the use of paths relative to the bin directory....

KIMOTO/SPVM-FindBin-0.031 - 05 Dec 2023 06:11:35 UTC - Search in distribution

lib::tiny::findbin - add paths to @INC relative to the directory the script resides in via lib::tiny River stage one • 1 direct dependent • 1 total dependent

All this does is encapsulate simple logic we tend to do over and over and over. Its not terribly magical just simplifies things a little....

DMUEY/lib-tiny-0.7 - 31 Mar 2012 00:01:54 UTC - Search in distribution
  • lib::tiny - use lib, without having to use memory by loading Config

FindBinNew - Locate directory of original perl script River stage zero No dependents

Locates the full path to the script bin directory to allow the use of paths relative to the bin directory. This allows a user to setup a directory tree for some software with directories "<root>/bin" and "<root>/lib", and then the above example will ...

JWB/Bio-Grid-Run-SGE-0.066 - 20 Nov 2018 22:38:51 UTC - Search in distribution

File::AddInc - a reliable shorthand of use lib dirname($FindBin::Bin) for Modulino River stage one • 1 direct dependent • 1 total dependent

File::AddInc manipulates @INC for Modulino (a module which is also runnable as a command). If you don't know much about the usefulness of Modulino, See these fine articles [1] <http://www.drdobbs.com/scripts-as-modules/184416165> [2] <https://perlmav...

HKOBA/File-AddInc-0.002 - 19 Jul 2020 09:52:19 UTC - Search in distribution

pm - Perl module to load files at compile-time, without BEGIN blocks. River stage zero No dependents

This is just an alias to the filename module. See filename for a complete description for how to use this module....

BOBK/filename-v0.20.060 - 29 Feb 2020 00:13:16 UTC - Search in distribution
  • filename - Perl module to load files at compile-time, without BEGIN blocks.

UR - rich declarative transactional objects River stage one • 1 direct dependent • 1 total dependent

UR is a class framework and object/relational mapper for Perl. It starts with the familiar Perl meme of the blessed hash reference as the basis for object instances, and extends its capabilities with ORM (object-relational mapping) capabilities, obje...

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC - Search in distribution

nrun - run a single command or script on a multiple of target servers synchronously. River stage zero No dependents

nrun will run a single command or script on a multiple of target servers synchronously. the underlying remote access mechanism is exchangeable. as of now, ssh, nsh, rsh and local execution modes are implemented....

TBENK/App-nrun-v1.1.2 - 18 Jul 2013 16:29:10 UTC - Search in distribution
  • ncopy - copy a file or directory to multiple target servers.

lib - manipulate @INC at compile time River stage five • 1109 direct dependents • 23300 total dependents

This is a small simple module which simplifies the manipulation of @INC at compile time. It is typically used to add extra directories to perl's search path so that later "use" or "require" statements will find modules which are not located on perl's...

SMUELLER/lib-0.63 - 20 Nov 2010 01:18:58 UTC - Search in distribution

CTK - CTK ToolKit library (CTKlib) River stage one • 1 direct dependent • 1 total dependent

CTKlib - is library that provides "extended-features" (utilities) for your robots written on Perl. Most of the functions and methods this module written very simple language and easy to understand. To work with CTKlib, you just need to start using it...

ABALAMA/CTKlib-2.09 - 10 Sep 2022 10:53:50 UTC - Search in distribution

rlib - manipulate @INC at compile time with relative paths River stage two • 19 direct dependents • 22 total dependents

rlib works in the same way as lib, except that all paths in "LIST" are treated as relative paths. If rlib is used from the "main" package then the paths in "LIST" are assumed to be relative to where the current script $0 is located. This is done by u...

GBARR/rlib-0.02 - 23 Feb 1998 16:17:01 UTC - Search in distribution

ful - a useful "find upper lib" pragma that ascends dirs to include module directories in @INC. River stage zero No dependents

RWILLIS/Acme-ful-0.11 - 24 Jun 2020 21:23:30 UTC - Search in distribution

perl5160delta - what is new for perl v5.16.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.14.0 release and the 5.16.0 release. If you are upgrading from an earlier release such as 5.12.0, first read perl5140delta, which describes differences between 5.12.0 and 5.14.0. Some bug fixes in thi...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution
  • perl5160delta - what is new for perl v5.16.0
  • perlipc - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores)
  • perlipc - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores)
  • 12 more results from perl »

wurst - Wurst is a Useful, Reliable Structural Tool River stage zero No dependents

use Wurst; or, depending on the directory you are running from, use FindBin; use lib "$FindBin::Bin/../src/Wurst/blib/arch"; use lib "$FindBin::Bin/../src/Wurst/blib/lib"; use Wurst;...

WURST/Wurst-0.51c - 23 May 2008 13:46:41 UTC - Search in distribution

fortune - print a random, hopefully interesting, adage River stage one • 1 direct dependent • 1 total dependent

When fortune is run with no arguments it prints out a random epigram. Epigrams are divided into several categories, where each category is sub- divided into those which are potentially offensive and those which are not. The options are as follows: -a...

BRIANDFOY/PerlPowerTools-1.044 - 03 Mar 2024 09:13:52 UTC - Search in distribution

App::Rad - Rapid (and easy!) creation of command line applications River stage two • 16 direct dependents • 26 total dependents

App::Rad aims to be a simple yet powerful framework for developing your command-line applications. It can easily transform your Perl *one-liners* into reusable subroutines than can be called directly by the user of your program. It also tries to prov...

GARU/App-Rad-1.05 - 07 Jun 2013 01:12:03 UTC - Search in distribution

MOSES::MOBY - Start here! Documentation for the Perl extension for the automatic generation of BioMOBY web services! River stage zero No dependents

This is the documentation for Perl MoSeS (Moby Services Support). If you are reading this from the "perldoc" utility, you may notice that some words are missing or that some phrases are incomplete. In order to view this documentation in the manner in...

EKAWAS/MOSES-MOBY-0.96.1 - 09 Dec 2010 14:23:28 UTC - Search in distribution
199 results (0.074 seconds)