-----Original Message-----
From: Flynn Timothy J <[EMAIL PROTECTED]>
To: Perl-Win32-Users Mailing List <[EMAIL PROTECTED]>
Date: Wednesday, May 03, 2000 3:27 PM
Subject: opening printer as STDOUT
>
> Is there a way to open a unc printer as STDOUT?? or issue print
>commands without having to system ($PRINTCOMMAND);? I have an application
>that prints on a remote machine via a windows UNC. I would like to print a
>header without having to create a new file. Any help greatly appreciated!
>
open(PRT, ">\\\\server\\printer");
print PRT "$text\n";
close PRT;
---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
[EMAIL PROTECTED]
For non-automated Mailing List support, send email to
[EMAIL PROTECTED]