Subj : Re: how to generate a sequence? To : comp.programming From : John W. Krahn Date : Thu Sep 08 2005 06:27 pm Neo wrote: > > I have problem, I want to generate all possible (unique) combinations of the > following sequence: > > > 123456789 > 213456789 > 312456789 > 321456789 > . > . perl -le'print for glob "{1,2,3,4,5,6,7,8,9}" x 9' John -- use Perl; program fulfillment .