On Mon, Dec 27, 2010 at 8:37 PM, Darren Duncan <dar...@darrenduncan.net>wrote:

> A relevant reading would be
> http://perlcabal.org/syn/S02.html#Whitespace_and_Comments I think; what
> you are trying to do may not directly be allowed, though there may be
> workarounds such as by using "unspace".
>

Thanks. The blacklash "unspace" works.

my @sorted = @names.sort({ %sets{$_} })\
                   .sort({ %matches{$_} })\
                   .reverse;

Though I'm a bit sad that you need that and you can't just separate methods
with spaces.

Daniel.
-- 
No trees were destroyed in the generation of this email, but a large number
of electrons were severely inconvenienced.

Reply via email to