On 3/28/08, sanket vaidya <[EMAIL PROTECTED]> wrote:

>
> Where did this "." come from & how to eliminate it?
>

'.' means the current directory.
to remove it, add a line at the begin of the callback function:

return if /^\.+$/;

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to