Re: [MacPerl-WebCGI] well split!!!
[email protected] Wed, 7 Mar 2001 13:31:29 -0500
| Newsgroups | perl.macperl.webcgi |
|---|---|
| Message-ID | <p05010402b6cc2e5a359c@[64.194.142.225]> |
>just a thought.... but have you checked the line endings of the data file? > >> -- statement is executed, that the entire data file is placed within >> the $_ variable (I can confirm this by printing $_). So, that appears >> to me to be the reason the while () loop is done only once. Hence >> only the first filling of the variables occurs. But, I want to grab >> all the data, a record at a time, and display them. Am I making any > > sense? adam: And, it is supposed to be??? What I have for a data file is: field1 <tab> field2 <tab> field3 <tab> field4 <ret> field1 <tab> field2 <tab> field3 <tab> field4 <ret> field1 <tab> field2 <tab> field3 <tab> field4 <ret> field1 <tab> field2 <tab> field3 <tab> field4 <ret> Am I supposed to end it with something else? tedd -- http://sperling.com/