Help for this page

Select Code to Download


  1. or download this
    use Cwd                   qw( realpath );
    use File::Basename        qw( dirname );
    ...
    
    my $module_dir_qfn = dirname(realpath($mod));
    my $db_dir_qfn     = catdir($module_dir_qfn, 'db');