Re: Multi page form - cgi

2010-06-28 Thread Herb
e been searching a reading everything I can for over a week. Any suggestions/examples or pointing to information is greatly appreciated. Best, Herb -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: Multi page form - cgi

2010-06-18 Thread Herb
On Jun 16, 5:59 am, st...@ipv6canada.com (Steve Bertrand) wrote: > On 2010.06.16 07:12, Shlomi Fish wrote: > > > > > > > On Wednesday 16 Jun 2010 01:58:19 Herb wrote: > >> My goal is to create a form that has multiple pages with a few > >> questions per p

Multi page form - cgi

2010-06-16 Thread Herb
issues regarding plain text username/password for mysql. Thanks in advance, I appreciate any suggestions. Best regards, Herb.. P.S. - If there is a better group for me to be posting in, please let me know... -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e

Re: Reading file from web into a hash

2010-02-18 Thread Herb
On Feb 16, 8:06 pm, jwkr...@shaw.ca ("John W. Krahn") wrote: > Herb wrote: > > Hi All, > > Hello, > > > I am a perl novice and am having some trouble with formatting a web > > file to put into a hash.  I have the following code: > > > #!/usr/b

Reading file from web into a hash

2010-02-16 Thread Herb
ontent into the proper format of stripped whitespace to STDOUT. I'd like to use strict as well but I have a undeclaired problem as well. The last step will be for me to put the localfile content into a hash split on a blank space. As you can see I am far from proficient in perl. Any s

RE: substitution

2001-12-21 Thread Herb Martin
ng our early Perl work. There are INDEED stupid questions -- this is NOT one of them. Keep learning... Herb Martin, MCT, MCSD, MCSE [EMAIL PROTECTED] http://LearnQuick.Com 512 388 7339 -or- 1 800 MCSE PRO Accelerated MCSE in a Week Seminars -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: win32 console input problem

2001-12-12 Thread Herb Hall
he ASCII code of the character (if the key is a character key, 0 otherwise)\n"; print "$event[6] - control key state: the state of the control keys (SHIFTs, CTRLs, ALTs, etc.)\n"; You want $event[5]. Herb Hall - Original Message - From: "Nathani

RE: printf and other stuff

2001-06-05 Thread Herb Hall
r various reasons. You probably only need to use one or the other. I would use the printf unless you have some need to have the variables padded with 0's. Herb Hall