Help for this page

Select Code to Download


  1. or download this
      my $message = join '', map cleanline($_), <DATA>;
      ...
    ...
          return "$line\n<br>\n";
        }
      }
    
  2. or download this
       if ($biglist =~ m%$bq%ig )        # 
          {
           $biglist =~ s%$bq% %ig;         # replace with space, case inse
    +nsitive, g
    lobal
          }
    
  3. or download this
      $biglist =~ s%$bq% %ig;
    
  4. or download this
    <pre>
    blah blah blah blah blah
    ...
    
    Vishwam Annam wrote:
    </pre>
    
  5. or download this
      our $re_bq;
      $re_bq = qr{
    ...
      }xsi;
      ...
      $message =~ s{$re_bq\s*\z}{};