in reply to sending text docs to a network printer from a linux server via perl?

You don't need Perl to print a document from a Debian box on a network printer.

All it takes is setting up the Linux box for printing.

  • Comment on Re: sending text docs to a network printer from a linux server via perl?

Replies are listed 'Best First'.
Re^2: sending text docs to a network printer from a linux server via perl?
by Anonymous Monk on Oct 04, 2005 at 22:45 UTC
    ah. then if i set it up on the linux box itself, how would i then print the file from my perl app? just through a system call?