PPRINT closes and prints an idl.ps file. An example of how to
use it would be
IDL> set_plot,'ps' ; opens idl.ps file
IDL> device, /land ; optionally use landscape orientation
IDL> .... (your plot commands)
IDL> pprint
IDL> set_plot,'x'
This will send the plot to the laser printer.