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

foo = foo_val
; comment
[ this section ] ; comment
str = he
str .= llo
str += world
; comment
str ?= ignored
; comment