Dennis Stout wrote:
Is there any difference in setting cookies between operating under just
general CGI and when using an Apache webserver and mod_perl?
I got a program I'm writing that generates every page it dishes out on the
fly, dynamically.
If I can stay away from doing a use CGI;, I would lov
David Granas wrote:
Hi,
Im just learning Perl and was a little confused with why I couldnt
prevent my subroutines from reading variables from the main program.
Here is an example:
use strict;
my $var = 1;
test();
sub test
{
print $var;
}
I had thought that a my variable would not be ab
NAME
beginners-faq - FAQ for the beginners-cgi mailing list
1 - Administriva
1.1 - I'm not subscribed - how do I subscribe?
Send mail to <[EMAIL PROTECTED]>
You can also specify your subscription email address by sending email to
(assuming [EMAIL PROTECTED] is your email addres