Re: CGI Book Advice sought ...

2004-09-16 Thread Chad A Gard
oks are just nice supplemental information. The camel book and the cookbook are more than enough to cover everything you need to know. Chad A Gard http://www.percussionadvocates.com/chad -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http:/

Re: CGI.pm : Handling Carriage Returns from textarea()

2004-09-10 Thread Chad A Gard
safe. Chad A Gard http://www.percussionadvocates.com/chad -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: CGI.pm : Handling Carriage Returns from textarea()

2004-09-09 Thread Chad A Gard
27;t matter if you leave the result all on one line or not. I do prefer to replace \r instead of \n, because you only want to replace the hard returns entered in the , and allow the rest to flow normally. Historically, some browsers have inserted a \n when the text in a set to wrap=virtual soft

Re: CGI.pm : Handling Carriage Returns from textarea()

2004-09-09 Thread Chad A Gard
ey're not being displayed. You could use a , but then you loose soft wrapping and many other formatting niceties. So, the easy answer is to substitute for your carriage returns. Chad A Gard http://www.percussionadvocates.com/chad -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

calculating election day

2004-02-03 Thread Chad A Gard
retty simple in a script to find the first tuesday and see if it's > the 1st. But, I can't really do that in the config file, since it is just read in and the dates parsed when the script is run. Any ideas there? TIA Chad A Gard http://www.percussionadvocates.com/chad -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

accessing array of arrays in a hash

2003-10-23 Thread Chad A Gard
ay of 3 items ends up being a single array of 12 items). So, the questions are, how do I handle the references so I can maintain the 2-dimensional-ness of my hash values, but still access them by key, and then how do I use each item, which is an array, in a foreach loop? TIA Chad A Gard http://www.percussionadvocates.com/chad -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cgi.pm popup menus

2003-06-18 Thread Chad A Gard
On Tuesday, June 17, 2003, at 07:35 PM, Kristofer Hoch wrote: Chad, It isn't as big of a pain in the ass as you may think...Consider and try Ah, that's not too bad. Thanks, Kristofer. Chad A Gard http://www.percussionadvocates.com/chad -- To unsubscribe, e-mail: [EMAIL PROT

Re: cgi.pm popup menus

2003-06-17 Thread Chad A Gard
hem to scalars first? Naw, that'd be a PITA. Anyway, thanks for the solution! Chad A Gard http://www.percussionadvocates.com/chad -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cgi.pm popup menus

2003-06-17 Thread Chad A Gard
amed array, such as "[EMAIL PROTECTED]". 3. The optional third parameter (-default) is the name of the default menu choice. If not specified, the first item will be the default. The values of the previous choice will be maintained across queries. ... Help? Chad A Gard http://www.percussionadvocates.com/chad -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Loading files...

2003-05-31 Thread Chad A Gard
out recipe 20.9. One of my favorites. Chad A Gard http://www.percussionadvocates.com/chad -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]