> John Edwards <[EMAIL PROTECTED]> said:

> You don't mention which one you are having problems with.
> 
> First off though, you should change 
> 
> $custdir="/uhome/cachet/temp/temp1/cust/";
> 
> to
> 
> $custdir="/uhome/cachet/temp/temp1/cust";
> 
> as you are adding the trailing slash when you open the file.
> 
> open (CHAN, "<$custdir/mail.txt")
>                       ^
>                       |
>                      See ??

For consistency, yes, delete the trailing slash.  But on a Unix system it 
does not matter.  Multiple slashes in a pathname are the same as a single 
slash.

-- 
Smoot Carl-Mitchell
Consultant



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

Reply via email to