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