Matt wrote:

> > ----------cut---------
> > <HTML>
> > <Head><Title>Parsing a form</Title></Head>
> > <Body>
> > 
> > [+ foreach $key (%fdat) { print "$key -> $fdat{$key}\n" }  +]
> 
> should that not be foreach $key (keys %fdat)?

Yes.  *blush* 

> > </Body>
> > </HTML>
> > ----------cut---------

> mine reads
> 
> SetEnv EMBPERL_DEBUG 2285
> 
> <Files *.epl>
> SetHandler perl-script
> PerlHandler HTML::Embperl
> Options ExecCGI
> </files>
>  
> AddType text/html .epl

That's another approach I could try.  Thanks.

Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to