|
|
| Welcome to the Monastery | |
| PerlMonks |
Re: Re: Re: globing files with spaces problem.by kschwab (Priest) |
| on Aug 10, 2002 at 17:42 UTC ( #189207=note: print w/ replies, xml ) | Need Help?? |
|
Change: while (defined($sourcefile = bsd_glob("*"))) to: foreach my $sourcefile (bsd_glob("*")) bsd_glob doesn't act like the <*.foo> operator, as CORE::glob does.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||