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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoSplit.pm16 @EXPORT = qw(&autosplit &autosplit_lib_modules);
25 autosplit($file, $dir, $keep, $check, $modtime);
35 The C<autosplit> interface splits the specified file into a hierarchy
37 class hierarchy, and creates the file F<autosplit.ix>. This file acts as
41 The remaining three arguments to C<autosplit> govern other options to
56 fourth argument, I<$check>, instructs C<autosplit> to check the module
65 that C<autosplit> is to check the modification time of the module
66 against that of the C<autosplit.ix> file, and only split the module if
75 perl -e 'use AutoSplit; autosplit($ARGV[0], $ARGV[1], 0, 1, 1)'
78 C<autosplit> wil
160 sub autosplit{ subroutine
[all...]

Completed in 38 milliseconds