i want to generate an output file using perl

 open (OFILE, " > /tmp/aa.lst") or die "Can't write $p_OutputFile: $! ";

 Everytime I ran it, I got the following error message.

 Can't write /tmp/aa.lst: No such file or directory  at compare.pl line 71.


Any suggestions?

Thanks,
Allen
 

Reply via email to