Meaning of [@tempArray]
| Newsgroups | perl.beginners |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <071007a5-118c-4909-a192-46471928f1c7@f36g2000hsa.googlegroups.com> |
Hi there, I am stuck with something here. What does the following piece of code mean? my @temp1; my @temp2; $cnt=0; $temp2[$cnt] = [@temp1]; What is the kind of data stored in $tempFieldNames[$information] ? Please help. Sundeep