Printing from Perl HELP!!

Printing from Perl HELP!!

am 25.09.2005 10:14:15 von pmeert

Can someone tell me please how i can redirect my perl output to a network
printer in a Windows enviroment?

Thanks in advance

Re: Printing from Perl HELP!!

am 25.09.2005 15:56:15 von el.maquinas

P.Meertens escribió:
> Can someone tell me please how i can redirect my perl output to a network
> printer in a Windows enviroment?
>
> Thanks in advance
>
>

One easy way is to capture/map a local port for the network printer,
when you first install a network printer in Windows you will be asked to
capture or map the printer to a DOS local port like lpt2:.

Then you can redirect all outputs to that port (lpt2: f.e.) like the
standard output.

Regards.