in reply to Re^2: perl - apache - winxp tmp dir???
in thread perl - apache - winxp tmp dir???

Ok, I solved the prob. As almut thought, the prob was with the environment variable CLUSTALDIR. What I needed to do was to set the env variable in the httpd.conf file. So I added the following line:
setenv CLUSTALDIR c:/CLUSTALW/
tada! Jesus I really spent time on this issue... Thank you again for your replies, I really appreciate it. Julio