in reply to Hello World for module writers

Edit: Definitely should've read the OP more closely. Now I see that it was more about building modules and less about writing another "Hello, world!" program. Sorry. I'm leaving this up for posterity, I guess.

I think there's no module for it because there really isn't any need...

$ perl -e 'print "Hello, world!"' Hello, world!

Fin.