in reply to RE: RE: Re: Print to a printer
in thread Print to a printer

If a Perl script wishes to interact with a printer on the network (hence Net::Printer) that speaks the Unix standard 'lpd' protocols, this is the module it would use. It's equivalent to some module that would let you use a network or locally installed printer under Windows.

Again, this is all local to where the script is being run. If the user/system that the script resides has no means to print to an arbitrary printer, a Perl script using this or any other module isn't going to be able to either. This has nothing to do with stuff on the client side.

Replies are listed 'Best First'.
RE: RE: RE: RE: Re: Print to a printer
by Anonymous Monk on Nov 02, 2000 at 04:01 UTC
    thanks a lot for all the help
RE: RE: RE: RE: Re: Print to a printer
by Anonymous Monk on Nov 02, 2000 at 04:09 UTC
    thanks a lot for all the help
      I have a question regarding attachments. Will you be able to answer it to me. Thanks How can you send attachments to email. I used sendmail to send emails. I was trying to use MIME::Lite to send attachments but it is giving me an error when i use the attach().

        What's the error?

        Also, see Re: Mail attachments and its containing thread, and see if that helps.

        Philosophy can be made out of anything. Or less -- Jerry A. Fodor