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


in reply to Solved: Can I trigger a hardcopy (printer print) from perl?

Would there not be something like:
open(PRN, "|lp") or &dienice("Can't print: $!\n"); print PRN "hello";

:There is more than one way to @verb a cat: