in reply to Re^2: Perl style: Arguing against three-argument join() (++join '')
in thread Perl style: Arguing against three-argument join()
Couldn't that be written as:$html ~= [~] createLink( $USER, "you" ), " have a ", $rating.fmt("%+.2f"), " rating";
[~=] $html, createLink( $USER, "you" ), " have a ", $rating.fmt("%+.2f +"), " rating";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Perl style: Arguing against three-argument join() (++join '')
by TimToady (Parson) on Jan 25, 2008 at 00:17 UTC | |
by dragonchild (Archbishop) on Jan 25, 2008 at 03:51 UTC |