Help for this page

Select Code to Download


  1. or download this
    my $mod = __PACKAGE__;
    $mod =~ s{::}{/}g;
    ...
    
    my $module_dir_qfn = realpath($mod);
    my $db_dir_qfn     = catdir($module_dir_qfn, 'db');
    
  2. or download this
    realpath( catfile( __FILE__, updir(), 'db' ) );