The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# 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>