AutoSplit(3p) Perl Programmers Reference Guide AutoSplit(3p)
AutoSplit(3p) Perl Programmers Reference Guide AutoSplit(3p) # AutoSplit(3p) Perl Programmers Reference Guide AutoSplit(3p) NNAAMMEE # AutoSplit - split a package for autoloading SSYYNNOOPPSSIISS # autosplit($file, $dir, $keep, $check, $modtime); autosplit_lib_modules(@modules); DDEESSCCRRIIPPTTIIOONN # This function will split up your program into files that the AutoLoader module can handle. It is used by both the standard perl libraries and by the MakeMaker utility, to automatically configure libraries for autoloading. The "autosplit" interface splits the specified file into a hierarchy rooted at the directory $dir. ...