RosettaCodeData/Task/Unix-ls/Perl/unix-ls-3.pl

2 lines
66 B
Perl

print "$_\n" for glob '* .*'; # If you want to include dot files