Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

blib(3pm) [osx man page]

blib(3pm)						 Perl Programmers Reference Guide						 blib(3pm)

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 arbitrary 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.ti.com perl v5.16.2 2012-10-11 blib(3pm)

Check Out this Related Man Page

home::thijs::Eekboek::bbee::blib::lib::EB(3pm)		User Contributed Perl Documentation	    home::thijs::Eekboek::bbee::blib::lib::EB(3pm)

NAME
EB - EekBoek * Bookkeeping software for small and medium-size businesses SYNOPSIS
EekBoek is a bookkeeping package for small and medium-size businesses. Unlike other accounting software, EekBoek has both a command-line interface (CLI) and a graphical user-interface (GUI). Furthermore, it has a complete Perl API to create your own custom applications. EekBoek is designed for the Dutch/European market and currently available in Dutch only. An English translation is in the works (help appreciated). DESCRIPTION
For a description how to use the program, see <http://www.eekboek.nl/docs/index.html>. BUGS AND PROBLEMS
Please use the eekboek-users mailing list at SourceForge. AUTHOR AND CREDITS
Johan Vromans (jvromans@squirrel.nl) wrote this module. Web site: <http://www.eekboek.nl>. COPYRIGHT AND DISCLAIMER
This program is Copyright 2005-2008 by Squirrel Consultancy. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of either: a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or b) the "Artistic License" which comes with Perl. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the Artistic License for more details. perl v5.14.2 2012-03-10 home::thijs::Eekboek::bbee::blib::lib::EB(3pm)
Man Page