RTF-Parser
(1.09)
Please be careful using this module. In most cases it changes the $ENV{PATH}. It was really hard to find this:
if ($OS=~/Win/i) {
$OS = 'WINDOWS';
} elsif ($OS=~/vms/i) {
$OS = 'VMS';
} elsif ($OS=~/Mac/i) {
$OS = 'MACINTOSH';
} elsif ($OS=~/os2/i) {
$OS = 'OS2';
} else {
$ENV{'PATH'} = '/bin:/usr/bin';
$OS = 'UNIX';
$LOG_CMD = "| sort -d "; #$LOG_FILE";
}
Further I had problems with infinite loops. The module never returned. The author did not reply to my questions.
Michael Frankl - 2007-01-23T04:48:26 (permalink)
6 out of 6 found this review helpful.
Was this review helpful to you?
Yes
No

