wrote:
> @array0={1,2,3}
> @array1={name,designation,role}
> @array2={joe,beck,foo,nancy,joel,rooma}
> @array3={assistant,software,manager,engineer,progr mmer,developer,joker,cleaner}
>
> i need to create a html table which looks like this and so on and so
> forth from the arrays dynamically
> 1 ....2
> name designation role name designation role
> joe assistant
> beck manager
> foo engineer
Can you explain how you get from your arrays to the sample output you
presented? You seem to have three column headers (name designation
role) but only two values. And your output skips items in your third
array without explanation.
I can't make sense of the how the output is supposed to be derived (I
cannot see how @array2 relates to @array3, or how @array1 relates to
either of them, and the purpose of @array0 is unclear). I can't help
you accomplish a task that I cannot understand, but maybe there are
some mind-readers in the group...
--
http://DavidFilmer.com