Shawn Wilson wrote:

> 1. why is my if statement not working to detect when i have a directory:
>     last if ($file eq $dir);
> 

next if (-d $file);

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to