AGaneshalingam wrote:
> Is it possible to pass Perl array to Javascript(client side) 
> array?

That depends. Are you generating the JavaScript code from the Perl script?
If so, then you have control over what you write. You could write a
JavaScript array initialisation using the values in a Perl array.

> if so, how to do it ?

Initialise the JavaScript array using values in a Perl array.

I don't know how to initialise a JavaScript array since I don't know
JavaScript. But if it's possible to assign values, just output code to
assign the correct values.

Cheers,
Philip
-- 
Philip Newton <[EMAIL PROTECTED]>
All opinions are my own, not my employer's.
If you're not part of the solution, you're part of the precipitate.
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to