Help for this page

Select Code to Download


  1. or download this
    use strict;
    use File::Glob qw(bsd_glob);
    ...
    my $string = "C:/cFiles"; # works just as well here
    
    my $list = join "\n", bsd_glob $string;