Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    
    my $dir = 'C:/data';
    my $file = glob(($dir . '/books/*.pdf')) // die "no PDF file\n";
    say $file;