From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

# Comment followed by an empty line.
option-double-quotes = "value double quotes"
option-single-quotes = 'value single quotes'
option-space = value words space
option-dupe=value1
option-name=value-name
# Indented comment.
option-indent = value-indent
option-equal=value-equal=subvalue-equal
option-noequal value-noequal
option-dupe=value2
option-simple
# Fully spelled out options.
--option-dash=value-dash
--option-dupe=value3
# Long option with one character name.
l=v
# Short option.
-o=vd
-s