![]() |
![]()
| ![]() |
![]()
NAMENet::CUPS::IPP - Internet Printing Protocol ObjectSYNOPSISuse Net::CUPS::IPP; my $ipp = Net::CUPS::IPP->new( IPP_GET_JOB_ATTRIBUTE ); my $size = $ipp->getSize(); $ipp->addString( $group, $type, $name, $charset, $value ); DESCRIPTIONNet::CUPS is an object oriented interface to the Common Unix Printing System.Net::CUPS::IPP is an abstraction of the IPP implementation in CUPS. METHODS
SEE ALSONet::CUPS, Net::CUPS::PPD, Net::CUPS::DestinationSUPPORTNet::CUPS is currently maintained by Stefan Seifert <NINE@cpan.org>. The Github repository for this project is at <https://github.com/niner/perl-Net-CUPS>. Pull requests are welcome.AUTHORDracken Technology, Inc. (http://www.dracken.com/)COPYRIGHT AND LICENSECopyright (c) 2003-2005 David HagemanCopyright (c) 2006-2009 Dracken Technology, Inc. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available. CUPS, the Common UNIX Printing System, the CUPS logo, and ESP Print Pro are the trademark property of Easy Software Products.
|