Re: [MacPerl-WebCGI] perl and printing on a printer
[email protected] (Christoph Grunau) Tue, 7 Jan 2003 10:28:04 +0100
| Newsgroups | perl.macperl.webcgi |
|---|---|
| Message-ID | <[email protected]> |
On Monday, January 6, 2003, at 09:39 PM, Eelco Alosery wrote: > I'm using macosx 10.2.3 and I run my own webserver. > Now I have a contact form whitch send's me the input to a e-mail adres, > but is it posible to print the input directly on my HP ColorLaserJet > 2500. > I want to do it whith a cgi program, anny help is verry welcom. > Maybe a setup problem. In multi-user mode os-x reads the printer (and other) information from netinfo. There was an article how to make lpr work from a terminal session: http://www.macosxhints.com/article.php?story=20010204071837531 Christoph