Re: [OT] perl question [answered]

2000-09-07 Thread Bret Hughes
= $value; > } > . > . > . > } > > The result in this case will be two hash values defined: > $FORM(name) = "Bill Clinton"; > $FORM(address) = "1600 Pennsylvania Apt #4"; > > Good luck, > Ron Brinkman > > -Orig

RE: [OT] perl question [answered]

2000-09-07 Thread Ron Brinkman
ot;1600 Pennsylvania Apt #4"; Good luck, Ron Brinkman -Original Message- From: Bill Carlson [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, September 06, 2000 8:20 AM To: [EMAIL PROTECTED] Subject:Re: [OT] perl question [answered] On Wed, 6 Sep 2000, Bret Hughes wrote: &

Re: [OT] perl question [answered]

2000-09-06 Thread Charles Galpin
On Wed, 6 Sep 2000, Bret Hughes wrote: > Thanks for the tips guys. As I was looking at my code, I > realied that I had not actually tried the combination that I > posted. What i did try was: > > @resarray= split /"\n"/, $resstring; > > Which for some reason I can not discern, puts everything

Re: [OT] perl question [answered]

2000-09-06 Thread Bill Carlson
On Wed, 6 Sep 2000, Bret Hughes wrote: > Thanks for the tips guys. As I was looking at my code, I > realied that I had not actually tried the combination that I > posted. What i did try was: > > @resarray= split /"\n"/, $resstring; > > Which for some reason I can not discern, puts everything

Re: [OT] perl question [answered]

2000-09-06 Thread Bret Hughes
Bret Hughes wrote: > Please forgive the off topic post but I don't subscribe to a > perl list, and hate to for the occasional question. > > OK, I give up. I know this should be a simple task but I > cannot get it to work. I am using the perl libwww request > object to retrieve the results of a

Re: [OT] perl question

2000-09-06 Thread Charles Galpin
dump the text to a file and do a od -c file to see the end of line cahrs (if they exist). they might be DOS end of line chars. what kind of processing do you want to do? Sometimes it's even easier to have the text as one long string anyway. On Wed, 6 Sep 2000, Bret Hughes wrote: > Please for

Re: [OT] perl question

2000-09-06 Thread Osyrys
I send you (privately) a sample to look through, if that doesn't work, (and this may help others with some things too) there is a place called All Experts at http://www.allexperts.com where you can ask people questions for free. I used to volunteer there when I had more time. They

Re: [OT] perl question

2000-09-06 Thread Joe Brenner
> Please forgive the off topic post but I don't subscribe to a > perl list, and hate to for the occasional question. Don't neglect the usenet newsgroups. There's always comp.lang.perl.misc, or possibly comp.infosystems.www.misc (or you might even try comp.infosystems.www.authoring.cgi, which ha

[OT] perl question

2000-09-05 Thread Bret Hughes
Please forgive the off topic post but I don't subscribe to a perl list, and hate to for the occasional question. OK, I give up. I know this should be a simple task but I cannot get it to work. I am using the perl libwww request object to retrieve the results of a POST. I get the result back (ht