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});
}
-]
Marek
2006/8/18, Ben K. <[EMAIL PROTECTED]>:
> This is only demo example.
> I need uses Execute in loo than how Embperl 1.3.
I show the same symptom...
If situations allow will this be a workaround?
[-
@tmp = (1 .. 3);
foreach $r (@tmp) {
$fdat{'test_'.$r} = $r;
$out .= "<input type='text' name='test_$r' />\n";
}
Execute ({ input => \$out });
-]
Regards,
Ben K.
Developer
http://benix.tamu.edu
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]