Surprise! You are, due to the magic of variable aliasing:
my @messages = <DATA>; foreach my $post ( @messages ) { $post =~ s/ /-/g; } print @messages; __DATA__ one foo bar three words here
In reply to Re: Re: Re: Strange benchmark result that has me totally confounded
by simonm
in thread Strange benchmark result that has me totally confounded
by jpfarmer
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |