-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
At 4:15 PM -0400 5/4/00, Steven D. Arnold wrote:
> dest.options[+ $i +]].text = "bar"
> dest.options[+ $i +]].value = "bar"
[[ is the escape mechanism that embperl uses to escape a [, so it's
seeing "[[+ $i +]]" and assumin you really wa
Hi,
I have encountered what may be a bug of sorts in Embperl -- or perhaps
there's a way to fine-tune Embperl's behavior that I don't understand. I
am attempting to dynamically write javascript as follows:
[-
$query= $param[0];
$col_name = $param[1];
$i= 0;
-]
[$