Perl is a high-level, general-purpose, interpreted, dynamic programming language.

learn more… | top users | synonyms

1
vote
3answers
94 views
+50

Scrambled umlauts since upgrade from JSON1 to JSON2 in Perl

I wondered why some german umlauts were scrambled on our page. Then i found out that the recent version of JSON (i use 2.07) does convert strings in an other manner than JSON 1.5. Problem here is ...
0
votes
0answers
61 views
+50

CGI-ExtDirect-2.02 can't call method “result” on an undefined value

I am working on converting the interface of a perl web application to Ext and intended to use CGI-ExtDirect-2.02 library. I encountered a problem though, which, after many hours of struggling, still ...