> > This not work too.
> >
> > [-
> >    @tmp = (1 .. 3);
> >
> >    foreach $r (@tmp) {
> >       $fdat{'test_'.$r} = $r;
> >       $out = "<input type='text' name='test_$r' />\n";
> >       Execute ({ input => \$out, inputfile => 'foo', mtime=> $r});
> >    }
> > -]
> >

You are right, for performance reasons Embperl does not check for mtime
changes within one request. You could work around this with


    Execute ({ input => \$out, inputfile => "foo$r"});

Gerald



 
** Virus checked by BB-5000 Mailfilter ** 


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

Reply via email to