What would be a solution to get rid of those dots?File::Slurp read_dir removes them by default:
use warnings; use strict; use File::Slurp qw(read_dir); for my $file (read_dir('.')) { print "$file\n"; }
In reply to Re: Dots appearing when opening a directory
by toolic
in thread Dots appearing when opening a directory
by The_Last_Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |