c82071ed29
Collection. The Perl 5 module lib::abs is a library to transform relative paths to absolute paths at the BEGIN stage, and push them to @INC. Relative path origin is not the current working directory, but the location of the file the statement is in.
4 lines
239 B
Text
4 lines
239 B
Text
The Perl 5 module lib::abs is a library to transform relative paths
|
|
to absolute paths at the BEGIN stage, and push them to @INC. Relative
|
|
path origin is not the current working directory, but the location
|
|
of the file the statement is in.
|