in reply to Re: jquery scripts
in thread jquery scripts

Or, if your data are stored in an array in Perl, use a JSON module to convert them to JSON:
my @mydata = map [ $i++, $_ ], 170, 27, 3, (0) x 8; my $json = to_json(\@mydata); print << "HTML"; <html> <head> <script src="jquery.js"></script> <script> var data=$json; </script> </head> <body> <h1>Hello</h1> </body> HTML
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ