Help for this page

Select Code to Download


  1. or download this
    use File::Util;
    my $f = File::Util->new(); 
    my @files = $f->list_dir( "C:\\book", qw( --no-fsdots --with-paths ) )
    +;
    
  2. or download this
    $ perl -MFile::Util -e 'print join "\n", File::Util->new->list_dir("C:
    +/book", qw( --no-fsdots --with-paths ))' 
    
    C:/book/Generic_User_Guide.pdf
    C:/book/Quick_Guide.pdf