Help for this page
# Extract fields my @fields = /((?:[^#@]+|#.)*)/sg; ... # Unescape s/#(.)/$1/sg for @fields;