There is a module on CPAN called Win32::Printer: http://search.cpan.org/~wasx/Win32-Printer-0.6.6.1/Printer.pm Check it out, it's great. Steve
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Chris Sent: 03 January 2004 02:38 To: perl-win32-gui-users@lists.sourceforge.net Subject: [perl-win32-gui-users] Printing and save/restore dialog Okay, I want to add a printing function into my application. I can write my output to a file. But I don't know what to do from there. I also want to implement an open and save function into it so I can back up my database and restore it.