Help for this page

Select Code to Download


  1. or download this
    my @tokens= qw( $  \#   ;  \,   if   else   else\ if );
                 # '$' '#' ';' ',' 'if' 'else' 'else if'
    
  2. or download this
    Unescaped ',', '#', or '\' in qw ...