in reply to Challenge : use perl::polylingual

How about this valid Ruby or Perl program that is a simplified version of the Unix "yes" program:

$\ = "\n"; print "y" while 1;

If that isn't trivially useful, I don't know what is... what it's used for is to respond "y" to stupid prompts:

yes | someProgramThatAsksALotOfYesNoQuestions