pkgsrc/devel/p5-Dir-Self/DESCR
seb a25630590a Initial import of p5-Dir-Self version 0.10 in the NetBSD Packages
Collection.

Perl has two pseudo-constants describing the current location in
your source code, __FILE__ and __LINE__. The Perl 5 module Dir::Self
adds __DIR__, which expands to the directory your source file is
in, as an absolute pathname.
2010-08-09 23:11:58 +00:00

4 lines
228 B
Text

Perl has two pseudo-constants describing the current location in
your source code, __FILE__ and __LINE__. The Perl 5 module Dir::Self
adds __DIR__, which expands to the directory your source file is
in, as an absolute pathname.