Re: looping through complicated hashes..

2006-09-07 Thread Michael Alipio
ignore this one.. I've already figured out how. thanks. --- Michael Alipio <[EMAIL PROTECTED]> wrote: > Hi, > > I have an input file with 7 columns each line. Words > are separated with 1 or more spaces.. > Now, I want each of these lines placed into > HTML::Table's rows. > > The HTML::Table ha

Re: looping through complicated hashes..

2006-09-07 Thread Ashok Varma
Hi Michael, Following is one way ... Here is am assuming that you have dumped that data into a array named '@your_array' which contains each line in array references(array of arrays). $table = new HTML::T

RE: looping through complicated hashes..

2006-09-08 Thread Charles K. Clarkson
Michael Alipio wrote: : ignore this one.. I've already figured out how. Why not post your solution for the archives? Someone else may run across your question during a search and will not know the answer you found. HTH, Charles K. Clarkson -- Mobile Homes Specialist Free Market Advocate We

Re: looping through complicated hashes..

2006-09-08 Thread Jack Faley ( The Tao of Jack )
On 9/8/06, Charles K. Clarkson <[EMAIL PROTECTED]> wrote: Michael Alipio wrote: : ignore this one.. I've already figured out how. Why not post your solution for the archives? Someone else may run across your question during a search and will not know the answer you found. HTH, Charles K.