&HNMsg("\$hndocs is '$hndocs'");
will print out "$hndocs is '/usr/local/etc/httpd/htdocs/hn'"
on its own line. Another useful routine is printAssoc which takes an
associative array, or 'hash table' in Perl terms. For example,
&printAssoc("URC 1", %urc);
will print out a table of all the keys and values in the %urc table.
I often use the $debug variable to enable and disable whole bunches of
debugging output.
local $debug = 1;
&printAssoc("URC1", %urc) if $debug;
Then you can just turn off the debugging later by changing the "1" to "0".
We have to work around limitations in the httpd server, such as a limited number of users per group. In general, we seem to be erring on the side of being too restrictive these days. Please let us know if you have problems.
Perl 5.000 and 5.001 have problems and should be avoided. (In particular, adding a member loses several members, for some reason.) Also usable are 5.001m (but not n), 5.003, or 5.004.
Please don't respond on this page for anything that is not related
to HyperNews bugs. If it is difficult to tell whether something is a
bug or if instead you are just using it wrong, then it is at least a
bug in the user
instructions or
installation instructions, assuming you've read them
.
In any case, try to find out if someone else has reported the bug already.
| Next-in-Thread | Next Message |
| Inline: | 1 | All | Outline: | 1 | 2 | All |