Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Greetings monks

I have a script that currently uses Net::Printer to print out documents on UNIX systems, and it works great. But I now need to be able to print out multiple copies of documents, and I can't see any option to handle this using Net::Printer. Can anyone suggest an elegant way to handle this, rather than simply sending the same job over and over again?

Cheers!

  • Comment on Is it possible to print multiple copies with Net::Printer?