Hi Andy,
> 1) l2h generates a directory filename/l2h####, where ####
> seems to be a process ID number. This seems to be a
> temporary directory for holding images. Is this supposed to
> be removed at the end of the run? What is the specific
> variable name for this directory? (There seem to be several
> variables like $TMP, $TMP_, $tmp, etc.)
What I usually do is to remove everything that is created in the directory
that has the same name of the file that I want to translate except for
*.html and *.gif.
I removed the directories TMP, l2h** and everything works. Obviouslt, I do
this automatically.
Bye
Danilo
> 2) I seem to have trouble in sub cleanup. I get the
> warning, "Couldn't remove ./TMP/ : Directory not empty".
> But if I cause it to die there, instead of just having a
> warning, the ./TMP/ directory IS empty. I added the line
> print "\n Trying to unlink .$dd$TMP_$dd$_\n"}
> just after
> foreach (@files) { unlink ".$dd$TMP_$dd$_";
> and get a lot of lines similar to this:
> Trying to unlink ./TMP//verbatim_counter
>
> Trying to unlink ./TMP//IMG_PARAMS
>
> Are the *two* slashes significant? Seems like there should
> only be one, but who knows.
>
> 3) I suspect 1) and 2) are related, and both fall under the
> category of removing unwanted files.
>
> I'm running l2h98.1 under RedHat Linux.
>
> Thanks much!
>
> Andy
>
>
> -------------------------------------------------------------------
> Andy Felt | [EMAIL PROTECTED] |
> Dept. of Pure and Applied Mathematics| |
> Washington State University | http://www.wsu.edu/~felta/ |
> -------------------------------------------------------------------
> The early bird gets the worm, but the second mouse gets the cheese.
> -Stephen Wright
>
>
>
>
>