in reply to HTML::TextToHTML : ioctl error using txt2html method

the conversion still works fine, but for each file I also get the following msg
Where does the message come from? The snippet of code you've shown doesn't seem like the cause (update: try to find the exact line). Try adding
use strict; use warnings; use diagnostics;
and see if that helps you narrow it down. If it doesn't, try to use Devel::Trace.

update: HTML::TextToHTML has a debug option, that might also help you narrow it down (might be easier than using Devel::Trace).

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.