Help for this page

Select Code to Download


  1. or download this
    package Chess::PGN::EPD;
    
    use strict;
    ...
    if ( -d !$db_dir_qfn  ) {
        $db_dir_qfn = realpath('db');
    }