On Fri Jul 21 17:29:12 2006, jlpoole wrote:
Show quoted text> Simple run on Windows (ActiveState) results in error:
> vvvvvvvvvvv
> Can't write-open
> htm\_black_with_blue_on_white.css: No such file or directory
> ^^^^^^^^^^^
>
> Attached is a zip archive containing the sample script (5 lines)
>
> use strict;
> use Pod::Simple::HTMLBatch;
>
> my $batchconv = Pod::Simple::HTMLBatch->new;
> $batchconv->batch_convert("./hold", "./htm" );
>
>
My ERROR.
Please marke this as not a bug and/or close this bug (my testing
subdirectory was "html" instead of "htm".
Show quoted text> plus
> full error output, system information, and testing tree.