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 unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to