n Sun, Aug 1, 2010 at 9:49 PM, Randal L. Schwartz wrote:
> >>>>> "Roland" == Roland Mai writes:
>
> Roland> The login.pl file gets executed only once. Upon subsequent
> refreshes it
> Roland> dissapears.
>
> What does that mean? Does it generate co
Hi,
I'm relatively new to perl so bear with me please. I'm seeing a strange
behavior with perl
When I use the following config in apache
ServerName perly
DocumentRoot /var/www/perl/perly
AddHandler perl-script .pl
PerlOptions ParseHeaders
PerlHandler ModPerl::Registry
Pe