Perl modules on web host server

2001-12-08 Thread Hoenie Luk
Hi, I'm new to cgi-programming with Perl and I've been looking for answers for the following questions: 1. How do you find out if the web host supports certain Perl modules? 2. If the web host does not have certain modules installed and I need to use them for my Perl cgi-script, what can I do?

Re: A page modifies itself...

2001-12-08 Thread Samuel Marin
ok, I've founf the solution: Simply get the query_string variable at the beginning of my script :-)) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: A page modifies itself...

2001-12-08 Thread Samuel Marin
Oups, I've forgotten to say that my page is using a script (in perl) to generate the html -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

A page modifies itself...

2001-12-08 Thread Samuel Marin
Hello, Just one question: Is it possible to get the value of an input type text filed without using a form ? In fact, I want to use only one page and the page has to modify itself when the different text fileds of this page will be filled and a bouton is pushed... Thanks you for helping me (and

help with form

2001-12-08 Thread Pedro A Reche Gallardo
Hi all, I am working on a cgi script that can create a temporal file with either an uploaded file, or, in its absence, the pasted content of that file. I have managed to upload the file only if that is the only input field in my form, but if I add the choice to paste the content of the file,

Perl shopping cart with MySQL and Cookie

2001-12-08 Thread zentara
>I am seeking for Perl shopping cart script which is >use Mysql and cookie. Simple one. And MySQL must not >have many tables. >I really need it. Hi, try Perlshop. It uses a cgi-lib subroutine, but no one has reported trouble with it. Quite a few sites use it. www.perlshop.org The freely availabl

Re: Hopefully I can see the light.

2001-12-08 Thread Mark Bergeron
Mark, Have you seen this example: http://www.wiley.com/legacy/compbooks/stein/code/customizable.cgi I think it's close to what you want to acomplish. Loop through user defined preferences and set the bgcolor, etc... to the users choice. Check it out

Re: Here is how I am trying to use the #

2001-12-08 Thread Jarrod Overson
On Fri, 07 Dec 2001 16:35:12 -0500, Mark Jervis Sr. wrote: > > This is the block of code giving me errors when I am trying to use the # > > I am also getting an error saying missing right bracket. > > This is the only if statement in my code so maybe this will help those of > you who t