Help for this page

Select Code to Download


  1. or download this
    sub zapwrap {
      my ($line, $next_line) = (@_);
    ...
      return undef unless $next_line =~ /(?:$1)+/;
      return 1;
    }
    
  2. or download this
    ######################################################################
    +########################
    
    # or ...
    
    #=====================================================================
    +========================