Help for this page

Select Code to Download


  1. or download this
    $f->ls(
       dirs       => [ $dir, $dir2, $dir3 ],
       recurse    => 3, # go three directories deep
       files-only => 1, # return only file names (no dirs)
       match      => [ qr/txt$/, qr/!^\./ ] # all text files that don't be
    +gin with a "."
    )