in reply to recursive join
I believe this is because things likeuse warnings; use strict; my ($str,$x,$y,$c,$d); $str.=chr($_) for 65..90; $x++; --$y; $c += 10; $d -= 2; print "$str $x $y $c $d\n"; __END__ ABCDEFGHIJKLMNOPQRSTUVWXYZ 1 -1 10 -2
are so common.$hash{foo}.=$foo; next if $dupe{$_}++;
And just to nitpick, but there's no recursion in your example. ;-)
--- demerphq
my friends call me, usually because I'm late....
|
|---|