Re: Assigning javascript variable to perl variable

2007-12-04 Thread [EMAIL PROTECTED]
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 =

Re: Assigning javascript variable to perl variable

2007-12-03 Thread yitzle
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

Assigning javascript variable to perl variable

2007-12-03 Thread sivasakthi
Hi all, How to assign the javascript variable to perl variable?? Thanks Siva