- or download this
#!/usr/bin/perl
use strict;
use warnings;
my $dir_path="Your Directory Path";
opendir (DIR, $tmp_dir) or die $!;
- or download this
open (MYFILE, '>>data.txt');
- or download this
while (my $file_name = readdir(DIR)) {print "$file_name\n";}