RE: problem comparing hashes
tra{$key} = $cgi{$key} and last if $diff; } } } -Original Message- From: Adam Peterson [mailto:[EMAIL PROTECTED]] Sent: Friday, December 27, 2002 9:54 PM To: Burak_Gürsoy Subject: RE: problem comparing hashes thanks for the reply. i'm dealing with keys that have a an array o
RE: problem comparing hashes
#!/perl -w use strict; my %default = ( one => 1, two => 2, three => 3, four => 4, five => 5, six => 6, ); my %cgi = ( one => 10, two => 20,