in reply to Re: Question of variable interpolation in regexin thread Question of variable interpolation in regex
my $foo = 'a'; for my $string ('b'..'z') { $foo =~ s/./$string/o; print "$foo\n"; } [download]
-- Mike
-- just,my${.02}