in reply to Incrementing characters
Will generate an endless stream of path parts, with the added advantage you don't have to rewrite when you get to z/z/z because it goes straight on to aa/a/a.$s = $p1.$p2.$p3; $s++; $s =~ /(.*)(.{1})(.{1})/; ($p1,$p2,$p3) = ($1,$2,$3);
|
|---|