[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]

Re: Getting filenames..



On Thursday 4 February 1999, at 20 h 58, the keyboard of Ismael Olea 
<iolea@tsai.es> wrote:

> 	I need to read a variable number of name files. I tried to use
> meta-html primitives but it's too hard for me. 
...
> 	Trying to open a stream:

ePerl (one of the WML passes) seems the right tool to do so:

<:

open (FILE, "< $thefile") or die "Gasp";
while (<FILE>) {
	print;
}
close (FILE);

:>



______________________________________________________________________
Website META Language (WML)                www.engelschall.com/sw/wml/
Official Support Mailing List                   sw-wml@engelschall.com
Automated List Manager                       majordomo@engelschall.com