in reply to copying perl array to javascript array

Data::Javascript   -- Dump perl data structures to javascript.
  • Comment on Re: copying perl array to javascript array

Replies are listed 'Best First'.
Re^2: copying perl array to javascript array
by Smylers (Pilgrim) on Aug 02, 2005 at 13:36 UTC
    Data::Javascript

    That's good, but I prefer the output of Data::JavaScript::Anon, which uses JavaScript's array construction syntax and avoids messily repeating the variable name for every element.

    Smylers