CGI::Framework?

2003-10-28 Thread PerlDiscuss - Perl Newsgroups and mailing lists
Hello! I'm going to write my first perl script and I need Session handling, authentification and a simple cgi application. I tried to use CGI::Framework but I hardly find any documentation about this module except the one at cpan. I tried the example but when I submit from my enterusername htm th

CGI::Framework?

2003-10-28 Thread PerlDiscuss - Perl Newsgroups and mailing lists
Where can I find documentation, tutorials, examples for CGI::Framework -> the cpan documentation is not enough for me :) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cgi_lib'maxdata

2003-10-28 Thread fliptop
On Tue, 28 Oct 2003 at 10:52, [EMAIL PROTECTED] opined: :On martedì 28 ottobre 2003, alle 10:15, SRef wrote: :> Why not try before you ask ? : :I though this mailing list was for beginners, and as I've started using :CGI Perl just a week ago, I'm not still so able to send POST oversized :for an ha

capturing output of a shell comand

2003-10-28 Thread BetaGamma
Hi everyone I have been trying to capture the output of a shell command (say ls or echo *) in a variable but all i have been able to capture is the return status of system comman which is 0. I also tried changing the default output handler from STDOUT to the filehandle of a file I have c

Re: cgi_lib'maxdata

2003-10-28 Thread p . libardi
On martedì 28 ottobre 2003, alle 10:15, SRef wrote: > P Libardi wrote: > >Hi, I've the need to limit the amount of data a user can send through > >POST method. Actually I've just added the following instruction: > >cgi_lib'maxdata = 1; > >Is this enough? What happens if a user sends data which

cgi:mail program

2003-10-28 Thread Gautham Hegde
hi i have a form in which various fields r filled comments,name,email id(mailto:)..etc then i have to mail the contents in the form to the persons mail id in the form how to parse the form and arrange the contents to beappeared inthe mail plzz its urgent looking forward for u r reply gautham "

Re: cgi_lib'maxdata

2003-10-28 Thread SRef
P Libardi wrote: Hi, I've the need to limit the amount of data a user can send through POST method. Actually I've just added the following instruction: cgi_lib'maxdata = 1; Is this enough? What happens if a user sends data which overflow this limit? And what about size limit for data sent throu