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
I use the $line_array at front end javascript side and can work in a loop to get individual elements of the array.my $line_array = encode_json(\@line_arry);
|
|---|