Next:
Symbols Tables
Up:
Packages, Modules
Previous:
Packages, Modules
Contents
Index
Include Path
An additional directory is inserted at the top of the include path by:
BEGIN { unshift( @INC, "/home/user/dir"); }