RE: Help using %Hashes

2003-03-25 Thread Jordan Mclain
you could do this after you initiate the hash. foreach(sort keys %params) { $params{$_} = $cgi->param($_); } > Help! > > I need help using %hashes to receive input from the form below. > > What changes would I make to the syntax of the commented lines below > to do this?. -- To unsu

Re: Perl question

2003-02-13 Thread Jordan Mclain
; ______ > Do you Yahoo!? > Yahoo! Shopping - Send Flowers for Valentine's Day > http://shopping.yahoo.com Jordan Mclain http://omega.uta.edu/~jdm6587 817.291.0160 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Perl question

2003-02-13 Thread Jordan Mclain
en Spalding > > ______ > Do you Yahoo!? > Yahoo! Shopping - Send Flowers for Valentine's Day > http://shopping.yahoo.com Jordan Mclain http://omega.uta.edu/~jdm6587 817.291.0160 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: really basic question about CGI module

2002-12-13 Thread Jordan Mclain
' , in the field. maybe there are others too? any help and code would be >appreciated! > -jimmyjames > > > ______ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > http://mailplus.yahoo.com Jordan Mclain http://omega.uta.edu/~jdm6587 817.291.0160

Re: PerlDesk Help (Help With Database Host)

2002-06-25 Thread Jordan Mclain
tell you more about the mysql server itself is: http://mysql.org/ Jordan Mclain On Tue, 2002-06-25 at 19:33, [EMAIL PROTECTED] wrote: > I have installed PerlDesk onto my server. Everything is fine, except that I > cannot located the database host. Im not to good with MySQL and all,

Re: Session and authentication

2002-06-24 Thread Jordan Mclain
, they will have been changed the next time the user hits the script again. Jordan Mclain On Mon, 2002-06-24 at 08:20, Niko Gunadi wrote: > Hi, > > I'm using a session for my login system. So the session will keep the > user's username and password. My question is if w

Re: test.cgi hashing error

2002-06-23 Thread Jordan Mclain
or you could leave out the "$key". foreach (keys %pages) { print "$key\n"; } On Sun, 2002-06-23 at 08:59, Marty Landman wrote: > At 07:37 AM 6/23/02 -0400, Kyle Babich wrote: > > >foreach $key(keys %pages) { > > print "$key\n"; > >} > > > >It says I need it for $key but no matt