in reply to Re^3: Loop function in Javascript fails when combined with perl array
in thread Loop function in Javascript fails when combined with perl array

Hi All, I just had to use below code to conver perl array into proper form for javascript array..
my $line_array = encode_json(\@line_arry);
I use the $line_array at front end javascript side and can work in a loop to get individual elements of the array.
  • Comment on Re^4: Loop function in Javascript fails when combined with perl array
  • Download Code