Help for this page

Select Code to Download


  1. or download this
            if ($esc) {
                $esc = 0;
    ...
            elsif ( $char eq '\\' ) {
                $esc = 1;
            }
    
  2. or download this
    ...
            elsif ( $char eq '\\' ) {
            }