gopalr has asked for the wisdom of the Perl Monks concerning the following question:
I try to get printout by using perl script. I write the coding. But its getting an error
use Net::Printer; # Create new Printer Object $lineprinter = new Net::Printer( filename => 'c:\temp\test.txt', printer => 'Apple LaserWriter II + NTX v51.8', server => '172.16.8.9', port => 'IP_172.16.8.9', lineconvert => 'YES' ); # # Print the file $result = $lineprinter->printfile();
Error
Could u pls guide meERROR:Net::Printer[145]: Could not connect to printer: Unknown error
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net::Printer Error
by jbrugger (Parson) on Feb 24, 2005 at 06:44 UTC | |
by gopalr (Priest) on Feb 24, 2005 at 09:10 UTC |