Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Internet Printing

by jonnyfolk (Vicar)
on Sep 02, 2003 at 04:42 UTC ( [id://288239]=note: print w/replies, xml ) Need Help??


in reply to Internet Printing

so i don't have control over which modules can be installed.

Simply create a folder on your server and place your module in that folder. You then refer your script to that folder:

use lib '/home/users/my_site.com/lib'; use HTML::blah;

NB. So this would be a file called blah.pm inside a folder called 'HTML' inside a folder called 'lib'.

As for the main problem I was wondering if you might create a PDF file with your nicely formatted data, then invite the user to print that. I've never done it but there's quite a bit of stuff for PDF on CPAN which might help your cause.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://288239]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-24 20:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found