If not can anybody out there recommend a list or other real time 
resource where Perl developers hang out of an equatable quality to House 
Of Fusion?

I am nearing the end of a four month portage of a Perl application that 
used to run on a Unix server to running on our new Windows server.

I believe the last obstacle to over come is to print a text file to a 
network printer in a landscape orientation.

After much searching I have found the Win32::Printer and 
Win32::Printer::Direct modules.

Creating an instance of Win32::Printer, I can supposedly tell it to 
print in landscape.

use Win32::Printer;
$foo = new Win32::Printer( orientation => LANDSCAPE );

With Win32::Printer::Direct, I can easily print the text file.

use Win32::Printer::Direct;
Printfile('\\\\hardcoyp\\ApDev','test.txt');

How the halibut can I combine these features?  Assuredly there has got 
to be a way, but what it is I can not fathom.

TIA
Ian


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:258021
Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5

Reply via email to