Help for this page
Select Code to Download
Select
or
download this
system("ls -p > data");
Select
or
download this
my $output = `ls -p`; # or get each line into an array my @files = `ls -p1`;