p5-Dir-Self

__DIR__ constant for the directory your source file is in

WWW CVSWeb GITHub
  1. Package version
    p5-Dir-Self-0.11p0
  2. Maintainer
    The OpenBSD ports mailing-list

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.