In article <Pine.SO4.4.05.10109070040270.19166-100000@obelix>, 
[EMAIL PROTECTED] (Suresh Babu.A) wrote:

> Hi All,
> 
> I am unable to open the file, using the below mentioned code. 
> 
> open (FHTML,"Z:\\amro\\log\\va.txt")  || die ("Can't Open the File");

make sure you check to see what the error is by inspecting the
error variable $!

   ... die "Could not open file.\n$!";

-- 
brian d foy <[EMAIL PROTECTED]> - Perl services for hire
CGI Meta FAQ - http://www.perl.org/CGI_MetaFAQ.html
Troubleshooting CGI scripts - http://www.perl.org/troubleshooting_CGI.html


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

Reply via email to