I need to print to a printer from a perl script running on ActivePerl on a Win98 system.
that on a UNIX system it was enough to "open a pipe to lpr". Can I also do that on WIndows? If so, how do you "open a pipe to lpr"? If not, do you know of any module that I can use that would allow me to do that?
Thanx.