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

Hi lnickt, Can we not block the user from using the site or posting any comments ? I have seen a lot of people help and suggest for improvements but the comments over here would make anyone uncomfortable. There are a lot of people in perlmonks who genuinely help and suggest beginners like me. And there are few who keep on yapping and the credibility of perlmonks goes down due to it. Thanks for the suggestions on this topic thou.
  • Comment on Re^3: Loop function in Javascript fails when combined with perl array

Replies are listed 'Best First'.
Re^4: Loop function in Javascript fails when combined with perl array
by ash1351 (Novice) on Aug 27, 2015 at 17:18 UTC
    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.