Help for this page

Select Code to Download


  1. or download this
    s{(\\*)(\s+)$}{ if( $1)
                      { if( length( $1) % 2) { $1 . substr( $2, 0, 1) }
    ...
                    else
                      { '' }
                  }e;
    
  2. or download this
    #!/usr/bin/perl -w
    use strict; 
    ...
    't\ \ ' => 't\ \ '
    't\\\ ' => 't\\\ '
    't\\ ' => 't\\'