NAME

FindBin - Locate directory of original perl script

SYNOPSIS

use FindBin;
BEGIN { unshift(@INC,"$FindBin::Dir/../lib") }

DESCRIPTION

AUTHOR

Nick Ing-Simmons <nik@tiuk.ti.com>

COPYRIGHT

Copyright (c) 1995 Graham Barr. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

REVISION HISTORY