Help for this page

Select Code to Download


  1. or download this
    opendir DIR, $dir;
    my @file = grep {/^*.ORD_API_log$/} readdir DIR;
    closedir DIR;
    
  2. or download this
    {/^*.ORD_API_log$/: regexp *+ operand could be empty at ....