Searched defs:FindBin (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFindBin.pm0 # FindBin.pm
9 FindBin - Locate directory of original perl script
13 use FindBin;
14 use lib "$FindBin::Bin/../lib";
18 use FindBin qw($Bin);
32 C<STDIN> then FindBin sets both C<$Bin> and C<$RealBin> to the current
44 If there are two modules using C<FindBin> from different directories
45 under the same interpreter, this won't work. Since C<FindBin> uses a
49 that you should avoid using C<FindBin> in modules that you plan to put
50 on CPAN. To make sure that C<FindBin> wil
92 package FindBin; package
[all...]

Completed in 27 milliseconds