in reply to
Re: Problems with blank lines
in thread
Problems with blank lines
Sorry the foreach should be:
foreach $object (@objects)
and the testing should be
if (-d $path . $object)
I'll update it. Thanks for catching that.
Comment on
Re^2: Problems with blank lines
Select
or
Download
Code
In Section
Seekers of Perl Wisdom