Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    print "\nlarge CONTEXT specified:\n";
    print diff \@one, \@two, {STYLE => 'Table', CONTEXT => max( $#one, $#t
    +wo) };
    
  2. or download this
    no CONTEXT specified:
    +--+-------+----------+
    ...
    * 9|ten    |tenminus  *
    +--+-------+----------+