<?xml version="1.0" encoding="windows-1252"?>
<node id="439603" title="Re: help with hashes" created="2005-03-15 07:15:50" updated="2005-06-09 04:36:16">
<type id="11">
note</type>
<author id="72806">
artist</author>
<data>
<field name="doctext">
If you are generating the lists, you can also use some type of combination module such as [cpan://Math::Combinatorics].

&lt;code&gt;
use Math::Combinatorics;
my @aminoacids = qw(Tyrosine Glycine Leucine); 
print join("\n", map { join " ", @$_ } permute(@aminoacids)),"\n";
&lt;/code&gt;
</field>
<field name="root_node">
439591</field>
<field name="parent_node">
439591</field>
</data>
</node>
