in reply to Re: Iterating through string combinations
in thread Iterating through string combinations
or$num =~ s{(.)(z*)$}{
$left =~ tr/0-9a-y/1-9a-z/ or $left = "1";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Iterating through string combinations
by merlyn (Sage) on Dec 18, 2001 at 09:18 UTC |