Help for this page

Select Code to Download


  1. or download this
    sub lcss_brute {
        my( $r1, $r2, $min ) = @_;
    ...
        }
        return \@solns;
    }
    
  2. or download this
    pp lcss_brute( \'xxxyyxxy', \'yyyxyxx', 1 );
    
    C:\test>lcss-test.pl
    [["yyx", 1, 3], ["yxx", 4, 4]]
    
  3. or download this
    #! perl -slw
    use strict;
    ...
            }
        }
    }