Help for this page
my @tokens= qw( $ \# ; \, if else else\ if ); # '$' '#' ';' ',' 'if' 'else' 'else if'
Unescaped ',', '#', or '\' in qw ...