
RxLaser.pm - Perl extension for printing medical forms on HP LaserJet printers with the RxLaser simm.
RxLaser, Inc.
Laser Printing Solutions
3350 East Birch St. Suite 205
Brea, CA 92821
Tel: 714 986-1559
Fax: 714 986-1568
email: mail@rxlaser.com

use RxLaser; my $chip = new RxLaser;

print $chip->reset; print $chip->formub92, "some text"; print $chip->form485, "some text"; print $chip->form486, "some text"; print $chip->form487, "some text"; print $chip->form1500, "some text"; To print a list of decimal equivalents to a PCL string: print $chip->pcl_unpack To skip half of a line: print $chip->half_linefeed To turn on the lineprinter font, compressed, 6lpi: print $chip->lineprinter;

David Martin, penguipotamous@yahoo.com

perl(1).