http://www.perlmonks.org?node_id=779025


in reply to Win32::Printer-type module for Mac OS?

It probably helps to know what Mac's printing interface is called.

Net::CUPS sounds promising:

use Net::CUPS::Destination; my $printer = $cups->getDestination( "lj4200dn" ); my $jobid = $printer->printFile( $filename, $title );