http://qs321.pair.com?node_id=950840

fisher has asked for the wisdom of the Perl Monks concerning the following question:

I have an integer and want it to be printed in words like, you know, 1025 == "one thousand twenty five". But! In german language =) And, if possible, it should know the difference between ordinal numbers (first, second, third) and cardinal (one, two, three). I know, someone already did it =)