- or download this
syntax error at Module.pm line 5, near "$\("
BEGIN not safe after errors--compilation aborted at Module.pm line 5.
- or download this
package Module;
use strict;
...
$pathname =~ s/\.pm$/.conf/;
}
1;
- or download this
"$\(__PACKAGE__)}.pm"
- or download this
$\ . "(__PACKAGE__)}.pm"
- or download this
my $pathname = $INC{__PACKAGE__ . ".pm"};
- or download this
my $pathname = __FILE__;