in reply to Re^2: PAUSE problem
in thread PAUSE problem
Nothing important, just hoops. Instead of
You might have usedmy $mod = __PACKAGE__; $mod =~ s{::}{/}g; $mod .= '.pm'; $mod = $INC{$mod}; $mod =~ s/EPD\.pm//i; my $module_dir_qfn = realpath($mod); my $db_dir_qfn = catdir($module_dir_qfn, 'db');
realpath( catfile( __FILE__, updir(), 'db' ) );
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: PAUSE problem
by hsmyers (Canon) on May 03, 2011 at 14:18 UTC |