The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
12345678910 var1=Some valuevar2=Some other value# the next line is empty# the next line has some spaces # this line has a late commentvar3=Yet another value#var4=This is not setoptional-var5?=Optionally used value
var1=Some value
var2=Some other value
# the next line is empty
# the next line has some spaces
# this line has a late comment
var3=Yet another value
#var4=This is not set
optional-var5?=Optionally used value