Hints is a Perl extension for parsing /etc/printcap.
SYNOPSIS
use Print::Printcap;
my $printcap = new Print::Printcap;
print join ',',$printcap->printers();
Simple parser for /etc/printcap.
THE PRINT::PRINTCAP CLASS
new
Constructor create instance of Print::Printcap class and parse /etc/printcap. Optional argument is -file => 'filename' for specifying alternate printcap file.
my $printcap = new Print::Printcap;
printers
Return list of printers from /etc/printcap.
my @printers = $printcap->printers();
Product's homepage
Requirements:
· Perl