View Single Post

  #4 (permalink)  
Old 04-16-2008, 11:03 AM
agn agn is offline
Member
User
 
Join Date: Feb 2008
My distro: OpenBSD/FreeBSD/Debian/Fedora/RHEL
Posts: 69
Rep Power: 1
agn is on a distinguished road
Default

Maybe something like
Code:
open(PRN, "|lp");
print PRN "hello";
That should work for a local printer. Also check out Net::Printer (http://search.cpan.org/~cfuhrman/Net-Printer-1.04/lib/Net/Printer.pm).
Reply With Quote