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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFindBin.t4 # Can't chdir in BEGIN before FindBin runs, as it then can't find us.
10 use FindBin qw($Bin);
22 FindBin::again();
24 print "not " if $FindBin::Script ne "-";
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...]
H A Dlib_pm.PL245 FindBin - optional module which deals with paths relative to the source file.

Completed in 15 milliseconds