Help for this page

Select Code to Download


  1. or download this
    use File::Spec;
    
    my $path=File::Spec->catfile(qw( path to file),"*.txt");
    my @files=glob($path);