NAME

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

SYNOPSIS

use RxLaser;
my $chip = new RxLaser;

DESCRIPTION

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;

AUTHOR

David Martin, penguipotamous@yahoo.com

SEE ALSO

perl(1).