From wcjones at exchange.fccj.cc.fl.us Wed Mar 10 17:26:48 1999 From: wcjones at exchange.fccj.cc.fl.us (Jones, Bill) Date: Thu Aug 5 00:03:02 2004 Subject: this is a test Message-ID: On the Jax.PM jacksonville-pm-list 1.94.4; "Jones, Bill" wrote - testing to see if list is dead yet Thx, -Sneex- :] The Jacksonville Perl Monger's Group is operated by - Bill -Sneex- Jones ( sneex@usa.net ), to whom send all praises, complaints, or comments... From bill at fccj.org Fri Mar 26 09:22:44 1999 From: bill at fccj.org (Bill Jones) Date: Thu Aug 5 00:03:02 2004 Subject: perl Message-ID: <199903261521.KAA10697@astro.fccj.cc.fl.us> On the Jax.PM jacksonville-pm-list 1.94.4; "Bill Jones" wrote - >From: Daniel Stringfield >To: bill@fccjmail.fccj.cc.fl.us >Subject: perl >Date: Fri, Mar 26, 1999, 9:56 AM > > Hey, how do you add more hash references to a pre-existing hash table? > > I tried it like: > %adminlist = (%adminlist, $row[0] => $row[1]); > > But it doesn't like that line. > Any suggestions? > > I was thinking about building 2 arrays, and then something > like: > > push(@adminlist, $row[0]); > push(@adminlist2, $row[1]); > > -- > ======= 40 4B 36 58 A0 C7 5A 8A 49 E0 39 54 00 20 A3 AA ======= > Daniel Stringfield > Florida Community College at Jacksonville > ================================================================ > > > Hi :] Please CC the JaxPM list ( jacksonville-pm-list@hfb.pm.org ) for all Perl-centric questions; we are developing an archive. How do I add a new element to a hash? Good question! The 'Perl Cookbook' page 130, Section 5.1 'Adding an Element to a Hash' states: $HASK($KEY) = $VALUE; Also, your second intent - How do I merge two hashes? Page 145 states: %merged = (%A,%B); # Is prolly what you want... The PUSH function is best used to append two (or more) arrays together; like: push (@array1, @array2); HTH, -Sneex- :] ________________________________________________________________________ Bill Jones | FCCJ Webmaster | http://www.fccj.org/cgi/mail?webmaster FCCJ | 501 W State St | Jacksonville, FL 32202 | 1 (904) 632-3089 Jacksonville Perl Mongers http://jacksonville.pm.org jax@jacksonville.pm.org The Jacksonville Perl Monger's Group is operated by - Bill -Sneex- Jones ( sneex@usa.net ), to whom send all praises, complaints, or comments... From bill at fccj.org Mon Mar 29 17:19:34 1999 From: bill at fccj.org (Bill Jones) Date: Thu Aug 5 00:03:02 2004 Subject: perl mongers Message-ID: <199903292318.SAA06485@astro.fccj.cc.fl.us> On the Jax.PM jacksonville-pm-list 1.94.4; "Bill Jones" wrote - Super :] As we only have three members (including myself) it may not be for a while as the other two members I see everyday (I work with them.) Please join the Jax PM Mailing list for better updates and notices - when the next meeting is scheduled, it will appear on the list and the WWW site. Send an e-mail message to majordomo@hfb.pm.org with a single line of text that says subscribe jacksonville-pm-list in the body. Once you are subscribed, you can post questions, ideas, and other tidbits of information relevant to perl, mongering, and related activities to the list. The posting address (e-mail only) is: jacksonville-pm-list@hfb.pm.org See below for the WWW address; Hope to hear from you soon! -Sneex- :] ________________________________________________________________________ Bill Jones | FCCJ Webmaster | http://www.fccj.org/cgi/mail?webmaster FCCJ | 501 W State St | Jacksonville, FL 32202 | 1 (904) 632-3089 Jacksonville Perl Mongers http://jacksonville.pm.org jax@jacksonville.pm.org ---------- >From: "Howk, Douglas E" >To: sneex@fccjmail.fccj.cc.fl.us >Subject: perl mongers >Date: Mon, Mar 29, 1999, 9:31 AM > > Bill Jones: > I'm interested in the perl mongers group. Please let me know time/place of > next meeting. > Thanks, Doug Howk at dhowk@leading.net > The Jacksonville Perl Monger's Group is operated by - Bill -Sneex- Jones ( sneex@usa.net ), to whom send all praises, complaints, or comments...