RE: Hash Assignment

2004-03-20 Thread Bill Tribley
I didn't think this could work, even in perl: my @[EMAIL PROTECTED] = @valuesarray; print Dumper @[EMAIL PROTECTED]; - And get syntax error at "@hash{"??? This works: my $idx=0; my $key; my %h

RE: General question about HTML form

2004-03-20 Thread Bill Tribley
Don't waste your time. There are only a very few modules that get elected for inclusion in the base Perl distro. As one of those modules, CGI is a secure, rock-solid, complete, mature, stable module written by a real Internet pro. You should be aware that if you use a different library make sure

Re: General question about HTML form

2004-03-20 Thread WC -Sx- Jones
Bill Tribley wrote: CGI was written from the beginning to not compromise > the security of the box on which it runs. Just because a module is secure doesn't mean the resulting application is. -Sx- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: General question about HTML form

2004-03-20 Thread Wiggins d'Anconia
WC -Sx- Jones wrote: Bill Tribley wrote: CGI was written from the beginning to not compromise > the security of the box on which it runs. Just because a module is secure doesn't mean the resulting application is. Correct, but I think Bill was specifically meaning 'CGI.pm' is secure so you don't

Re: Creating Menus in CGI

2004-03-20 Thread Mike Ni
--- > > How to create menus using Perl CGI? > > Any help in this regard will be great. > > Check out the CGI library: http://search.cpan.org/~lds/CGI.pm-3.04/CGI.pm Although I haven't take a crack of it, but I heard it is pretty neat. MIke __ Do you Y

Re: Creating Menus in CGI

2004-03-20 Thread WC -Sx- Jones
Mike Ni wrote: http://search.cpan.org/~lds/CGI.pm-3.04/CGI.pm Also, see: http://modperl.com:9000/hangman.html Bill -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

General question about HTML form

2004-03-20 Thread Mike Ni
Hey friends, I am reading the man page for CGI module (CGI.p) since I need to REwrite several perl scripts file. right now, I am taking a good look at the CGI module. However, I am wondering where there is any alternative. It is not because I don't want to use CGI.pm. Rather, I am intersted