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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dautouse.pm1 package autouse; package
6 $autouse::VERSION = '1.03';
8 $autouse::DEBUG ||= 0;
18 my $class = @_ ? shift : 'autouse';
33 print "autouse called from $callpkg\n" if $autouse::DEBUG;
47 croak "autouse into different package attempted"
61 if $autouse::DEBUG;
88 autouse - postpone load of modules until a function is used
92 use autouse 'Car
[all...]

Completed in 25 milliseconds