- or download this
sub induced {
my (@z)=@_;
...
return (@$triplet);
}
}}
- or download this
for my $QT (\@z ){
...
...
print "@$triplet\n" if keys(%Pie) <= ( @$QT - @$triplet ) ;
...
}
- or download this
for my $triplet ( @trip ){
my %Pie;
...
print "@$triplet\n" if keys(%Pie) <= ( @$QT - @$triplet ) ;
return (@$triplet);
}
- or download this
sub induced {
...
return @$triplet;
}