in reply to perl beginner question

thanks guys.. i fixed the problem, it is due to the \n at the end of the directory name which is read from a file,i fixed that with a trim function

Replies are listed 'Best First'.
Re^2: perl beginner question
by marto (Cardinal) on May 24, 2009 at 16:59 UTC

    Are you using chomp?

    Martin