Petr Vileta wrote: > Know somebody how to write driver in Perl? For Windows of course :-) > I want to monitor data from Windows to printer on LPT1 because after install > of some program the printing from DOS box failure. Know somebody how to hack > my perl script (or compiled exe file) into Windows like printer driver?
You may be able to access what you need using Win32::API and accessing the appropriate printer system functions. Do a little research on what OS functions would help and if they have what you need, you can then try accessing them via Win32::API. _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
