Title: Message
You can pretty much
answer this question and all your previous questions by reading the
documentation on the CGI module. You can use perldoc CGI, or this URL: http://search.cpan.org/author/LDS/CGI.pm-2.89/CGI.pm.
Also, the author of the module has a book: http://www.amazon.com/
On Thu, 2 Jan 2003, Jo Geraerts wrote:
> On Tue, Dec 31, 2002 at 10:45:03AM +0200, Mundell, R. (Ronald) wrote:
> > Does any one knows how to redirect one CGI page to another? I am writing a
> > webpage to do login. on success it needs to reload a different page in its
> > place otherwise it must
Suresh,
I am unsure of what you are trying to accomplish.
If your flat file contains a list of files that need to be ftp'd and if you
wish to perform these ftp jobs
in parallel, you can use the fork function to spawn as many subprocesses as
you need ( on Unix anyway, I am not sure
of fork's perf
Title: DIV tags
Good Day all
Please refer to the java script below. I would like to know if there are a way to do the same in perl.
_javascript_
===
function CheckStatus()
{
Title: Accessing KSpread on Linux (Open Office)
Good Day All
Does anyone know how to access KSpread from OpenOffice?
Thank you
Ronald
Title: RE: [Perl-unix-users] Perl Login
Where can I get more information on cookies
-Original Message-
From: Anthony Ettinger [mailto:[EMAIL PROTECTED]]
Sent: 02 January 2003 07:19
To: Mundell, R. (Ronald); Perl-Win32-Users (E-mail); Perl-Unix-Users
(E-mail)
Subject: Re: [Perl-unix-u
Title: RE: [Perl-unix-users] CGI redirection
To all those people that helped me with this problem thank you.
-Original Message-
From: Jo Geraerts [mailto:[EMAIL PROTECTED]]
Sent: 02 January 2003 02:35
To: [EMAIL PROTECTED]
Subject: Re: [Perl-unix-users] CGI redirection
On Tue, Dec
Title: Printing CGI WEB Pages
Good Day All
does any body know how to print a page out of Perl
Thanks
Ronald
Title: Message
I
prefer setting up a session number, saving that to a hash with username and
password. Every request the browser does something like http://www.yourdomain.com/perlscript.pl?session=2uoiu29823u923u298343i2 and the script
checks if the session hasn't expired yet. If it hasn't it
there are a number of alternatives.
i recommend a template based system.
Text::Template (easy to use)
HTML::Template (conditionals, progrmatic structures)
Template::Toolkit (heard it was AWESOME).
or you can just print the html in your script...
try something like this, so you won't have to
backs
It's my experience that you would have to verify the
login for each request.
This can be easily done by storing the
username/password in a cookie, and then reading that
cookie, and querying the database for correct
user/pass combo on each request.
If anyone knows of a better way, please let me kn
11 matches
Mail list logo