Help for this page

Select Code to Download


  1. or download this
    if ($entry3 !~ /${user_input}_ABC_\S*\.pdf/) { ... }
    
  2. or download this
    use Path::Iterator::Rule;
    
    ...
    my $next = $rule->iter( $doc_dir );
    
    while (defined( my $file = $next->() )) { ... }