ok sthen@ Perl has two pseudo-constants describing the current location in your source code, __FILE__ and __LINE__. This module adds __DIR__, which expands to the directory your source file is in, as an absolute pathname.
5 lines
212 B
Plaintext
5 lines
212 B
Plaintext
Perl has two pseudo-constants describing the current location in
|
|
your source code, __FILE__ and __LINE__. This module adds __DIR__,
|
|
which expands to the directory your source file is in, as an absolute
|
|
pathname.
|