Printing from Perl HELP!!

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

Thanks in advance
pmeert [ So, 25 September 2005 10:14 ] [ ID #982833 ]

Re: Printing from Perl HELP!!

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.
el.maquinas [ So, 25 September 2005 15:56 ] [ ID #982835 ]
Perl » alt.perl » Printing from Perl HELP!!

Vorheriges Thema: Website scraper
Nächstes Thema: Feed a directory listing to a script