in reply to Re^2: Convert documents in CGI
in thread Convert documents in CGI <SOLVED>

Well, I got this problem solved.

Case anyone needs a hint on a similar problem, what i did was use a socket server script over TCP using use IO::Socket::INET and having it always on running as root, and it handles requests to convert files from the CGI script that in this case is a client.

Thank you for the help.