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
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
>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
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,
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
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]
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]
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?