Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        );
      exit;
    }
    
  2. or download this
    The arguments to C<traverse_sequences> are the two sequences to
    traverse, and a callback which specifies the callback functions, like
    ...
    Callbacks are invoked with at least the indices of the two arrows as
    their arguments.  They are not expected to return any values.  If a
    callback is omitted from the table, it is not called.
    
  3. or download this
    sub diff
    {
    ...
        &$match();
        return wantarray ? @$retval : $retval;
    }