http://qs1969.pair.com?node_id=448374


in reply to Re: Acme::Comment -- Module Review
in thread Acme::Comment

I strongly agree with Apo2, because I myself never use the /* */ comment and always the C++ // comments (yes I know it's bad).

Another thing comes to my mind: whenever I want a multiline comment REALLY HARD, it usually proves to be some form of documentation, so I end up writing an inline POD paragraph instead.

inline POD rules! :)