Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Permute;
    ...
    # or all at once
    my @allofthem = $seq->All;
    
  2. or download this
    package Permute;
    
    ...
    
    1;
    __END__