Perl does a balancing act (literally) to support nested delimiters. However, the parsing is simpler when all characters which act as delimiters are escaped.
Even editor highlighters can get confused because unless they implement delimiter balancing to accommodate them being delimiters and quoted characters at the same time.
Perl does a balancing act (literally) to support nested delimiters. However, the parsing is simpler when all characters which act as delimiters are escaped.
Even editor highlighters can get confused because unless they implement delimiter balancing to accommodate them being delimiters and quoted characters at the same time.