Printing html document

2004-09-24 Thread victor
I need to print a html page using a button(but not the mozilla or explorer button). So I need I button in a web page that will print that page to a printer that is not attached to the local computer, but to the web server where the page is hosted. The problem is that when I send a ht

using CGI module

2004-11-16 Thread victor
I need to access a variable like this: $cgi->param($variable); This doesn't work. But this works: $cgi->param('name'); The first try ($cgi->param($variable)) ends with a "Internal server error". Thank you. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

perl-CGI module - post method

2005-02-08 Thread Victor
I use the last version of perl-CGI. When I transmit the variables using the get method it works($cgi->param() returns the correct value). When I transmit the variables using the post method it I receive a empty string(($cgi->param() is empty). If I try to receive the variables using post method

perl-CGI module - post method

2005-02-09 Thread Victor
I wrote tne initial question about the perl-CGI module and post method. Thank you for your answers. The problem is a little more comlicated, but I found a solution. I belive it is a problem o incompatibility betwen perl-CGI and something else on my system - possible Apache ASP(I can't say exactly

Need a perl module

2005-06-07 Thread Victor
I need a perl module that can help me get a attachement from a massage, from a mailbox. Can you recomend me one? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

libwww-perl and URI modules for 5.005_02

2002-07-10 Thread H. Victor Lim
perl-5b6.tar.gz - but following these links all resulted in "HTTP 404 - File not found" It seems that upgrading from 5.005_02 to 5.6.1 is inevitable, but this process would require additional time and resources to recertify all of our existing programs on 5.6.1. Thanks, -Victor -