On Dec 13, 2003, at 1:01 AM, R. Scott Granneman wrote:

I've got doc2html.pl configured as follows. It's my understanding that if I don't need a conversion utility, that I should comment it out, as I've done below.

# Wp2html converts Word & Wordperfect to HTML
# (get it from: http://www.res.bbsrc.ac.uk/wp2html/)
#my $WP2HTML = '';

I am not certain as I don't use doc2html, however I believe that the comment you refer to is out of date and you should in fact leave the variable declarations as they are. When set to a value of '', the tests that check to see whether they are set should fail, resulting in the corresponding code not being executed. Commenting out the 'my $whatever' is always going to result in problems when 'use strict' is specified, unless of course you go through and remove every other occurrence of $whatever.


Jim



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
ht://Dig general mailing list: <[EMAIL PROTECTED]>
ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html
List information (subscribe/unsubscribe, etc.)
https://lists.sourceforge.net/lists/listinfo/htdig-general

Reply via email to