On Dec 4, 7:19 am, [EMAIL PROTECTED] (Yitzle) wrote:
> On 12/4/07, sivasakthi <[EMAIL PROTECTED]> wrote:
>
> > How to assign the javascript variable to perl variable??
>
> You don't?
> What are you trying to do? Are you outputting Javascript with Perl?
> Just print the variable's value.
>
> $var =
On 12/4/07, sivasakthi <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> How to assign the javascript variable to perl variable??
>
> Thanks
> Siva
You don't?
What are you trying to do? Are you outputting Javascript with Perl?
Just print the variable's value.
$var = 5;
print "Variable = $var\n";
--
To u
Hi all,
How to assign the javascript variable to perl variable??
Thanks
Siva