Re: Pointers on security sought for CGI

2006-05-03 Thread Charlie Somerville
Mary Anderson wrote: Hi, I am writing my first Perl CGI program. I get logins through one CGI script. When the user has loggin I use a(href->myurl$login=mylogin&passwor=mypassword to get to my input screen. Logins are checked by doing a trial connection to the database. I plan to ru

RE: CGI::Fast and ithreads.

2006-05-03 Thread Jerry D. Hedden
> > $ perl -Mthreads -MCGI::Fast -e 'threads->new(sub{})->join()' > > Segmentation fault The problem is with FCGI.pm (which is used by CGI::Fast): > perl -Mthreads -MFCGI -e 'threads->new(sub{})->join()' Attempt to free unreferenced scalar: SV 0x10105a30, Perl interpreter: 0x100102a8 during glo