In fact, they're identical. Perl rewrites this:
into this:my $bar = "hello, $foo";
my $bar = "hello, " . $foo;
In reply to Re: Re: How Perl Optimize your code & some code TIPS ;-P
by autarch
in thread How Perl Optimize your code & some code TIPS ;-P
by gmpassos
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |