You are here: Perldoc Web>PerlDokumentListe>Blib (2005-04-28)
blib Dokumentation zu Perl 5.8.0 | Download als POD | Wie kann ich hier etwas ändern?

NAME

blib - Use MakeMaker's uninstalled version of a package

SYNOPSIS

 perl -Mblib script [args...]

 perl -Mblib=dir script [args...]

DESCRIPTION

Looks for MakeMaker-like 'blib' directory structure starting in dir (or current directory) and working back up to five levels of '..'.

Intended for use on command line with -M option as a way of testing arbitary scripts against an uninstalled version of a package.

However it is possible to :

 use blib; 
 or 
 use blib '..';

etc. if you really must.

BUGS

Pollutes global name space for development only task.

AUTHOR

Nick Ing-Simmons nik@tiuk.example.com.ti.com

-- HaraldBongartz - 06 Nov 2004
Topic revision: 2005-04-28, HaraldBongartz
 
Bitte die NutzungsBedingungen beachten.
Bei Vorschlägen, Anfragen oder Problemen mit dem PerlCommunityWiki bitten wir um WebBottomBarExample">Rückmeldung.