warpr

473
Reputation
34 views

Registered User

Name warpr
Member for 1 year
Seen yesterday
Website
Location
Age
Nov
9
comment How can I do unit testing in Perl?
Great introduction, thanks! I'm used to doing unit tests for python and php, but will be involved in a perl project soon, your post definitely helps me get started :)
Sep
16
awarded  Yearling
Aug
30
comment Find module name of the originating exception in Python
filename + linenumber is more useful to me, so I appreciate this answer to the question :)
Aug
28
accepted Returning CSV file from Servlet using ServletOutputStream over HTTPS in Internet Explorer
Aug
26
answered Returning CSV file from Servlet using ServletOutputStream over HTTPS in Internet Explorer
Aug
6
awarded  Nice Answer
Jul
7
accepted Easiest way to generate localization files
Jul
3
answered Easiest way to generate localization files
Jun
29
comment Internationalization in your projects
"replace strings with a pseudo-translated version that doubles the length and inserts funky characters." Awesome, that's a great tip, thanks!