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

2 lines
66 B
Perl
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
print "$_\n" for glob '* .*'; # If you want to include dot files