in reply to Re: file with a blank in its name
in thread file with a blank in its name
On both versions, that caught long filenames successfully. On a Linux box with GNU bash, version 1.14.7(1) and Perl 5.005_3, it works as well.my @files = grep /\s/, <*>; foreach my $file (@files) { print ">>$file<<\n"; }
(since the Win98 box has become a Linux Distribution Installer Testbed, I can't report on that. :)
|
|---|