Search Results

6
votes

Where can I find a Perl module for converting a Perl data structure into a JavaScript one?

Check out JSON or JSON::XS. To elaborate a bit more, JS …
1
vote

Limit displayed length of string on web page

Perhaps the CSS property overflow: hidden; can help you, in conjuntion with width. …