in reply to
'no such file' when it's there.
There was another problem with the original code:
@files = qx(ls *.pl);
[download]
won't trim the newlines off the lines returned by ls.
Cheers; nat
Comment on
Re: 'no such file' when it's there.
Download
Code
In Section
Seekers of Perl Wisdom