On Sun, Apr 13, 2008 at 3:20 PM, John W. Krahn <[EMAIL PROTECTED]> wrote: snip > Why not just: snip > push @bad, "$3_$5_$4_$6_$2_$1"; snip
I believe they would come out roughly the same in terms of performance, but, in general, I don't trust $1, $2, etc outside of a substitution. I have been bitten by interrupts that modified/cleared them before. -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/