If you want a perl equivalent of the Javascript snippet
above that prints a web page to the
client's printer,
no, there is no function or module in perl that does
what you want. As more than one person says above, a CGI
perl script cannot access resources on the
client
side.
Besides, isn't this what the "print" button on their browser
is for?
The only possible exception (which your situation
does not seem to be) is on an internal-only web
server (that is, the client is on your network, at your
company), and then it could make a system call to print
some kind of output of the perl script. However (and this
is important), perl is not a web broswer, and so
it cannot output to the printer the same thing that a
browser would, so this is a bad solution too.
amelinda (see source for aside comment)
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.