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
; ______
> 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]
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]
' , 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
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,
, 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
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