|
Subject: Re: [xsl] read directory and get it as an array From: "J. S. Rawat" <jrawat@xxxxxxxxxxxxxx> Date: Fri, 16 Jan 2009 15:30:21 +0530 |
The variable 'file-collection' will contain a sequence of nodes
opendir (DIR, "ABC");
while($filename = readdir(DIR))
{
push (@filearray, $filename);
}
closedir(DIR);
for ($i=3; $i<=$#filearray; $i++)
{
open(INFILE, "<ABC/$filearray[$i]");| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] read directory and get it, Mukul Gandhi | Thread | Re: [xsl] read directory and get it, Joe Fawcett |
| RE: [xsl] collection (testing), J. S. Rawat | Date | Re: [xsl] read directory and get it, Joe Fawcett |
| Month |