home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / perl5 / blib.z / blib
Encoding:
Text File  |  1998-10-30  |  1.2 KB  |  67 lines

  1.  
  2.  
  3.  
  4. bbbblllliiiibbbb((((3333))))                                                                bbbblllliiiibbbb((((3333))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      blib - Use MakeMaker's uninstalled version of a package
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.       perl -Mblib script [args...]
  13.  
  14.       perl -Mblib=dir script [args...]
  15.  
  16.  
  17. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  18.      Looks for MakeMaker-like '_b_l_i_b' directory structure starting in _d_i_r (or
  19.      current directory) and working back up to five levels of '..'.
  20.  
  21.      Intended for use on command line with ----MMMM option as a way of testing
  22.      arbitary scripts against an uninstalled version of a package.
  23.  
  24.      However it is possible to :
  25.  
  26.       use blib;
  27.       or
  28.       use blib '..';
  29.  
  30.      etc. if you really must.
  31.  
  32. BBBBUUUUGGGGSSSS
  33.      Pollutes global name space for development only task.
  34.  
  35. AAAAUUUUTTTTHHHHOOOORRRR
  36.      Nick Ing-Simmons nik@tiuk.ti.com
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.