Cari di Perl 
    Perl User Manual
Daftar Isi
(Sebelumnya) Transparent BigNumber/BigRatio ...Perl pragma to force byte sema ... (Berikutnya)
Pragmas

Use MakeMaker's uninstalled version of a package

Daftar Isi

NAME

blib - Use MakeMaker's uninstalled version of a package

SYNOPSIS

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

DESCRIPTION

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

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

However it is possible to :

  1. use blib;
  2. or
  3. use blib '..';

etc. if you really must.

BUGS

Pollutes global name space for development only task.

AUTHOR

Nick Ing-Simmons [email protected]

 
Source : perldoc.perl.org - Official documentation for the Perl programming language
Site maintained by Jon Allen (JJ)     See the project page for more details
Documentation maintained by the Perl 5 Porters
(Sebelumnya) Transparent BigNumber/BigRatio ...Perl pragma to force byte sema ... (Berikutnya)