The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Comment test
user = tom  # a comment right after a line
/*
 * C-style comment (multiline)
 */
passwd = sakkra
<db>
/* oneline C-style comment */
host = blah.blubber
</db>
<foo> #
bar = baz 
</foo>