Shlomi Fish <shlo...@iglu.org.il> writes:

> It's my own notation (inspired by E-mail/Usenet conventions or the French 
> «...») for delimiting blocks, quotes, etc. Similar to HTML's <pre>...</pre> 
> or 
> <blockquote>...</blockquote>. The meaning is that whatever inside the "{{{" 
> to 
> "}}}" (or "<<<" to ">>>" or whatever) is different from what's outside it and 
> should be treated especially.

Ahh ok, but not sure, in that case how it adds to post that began this
thread.

> You cannot sort a single string. Do you want to sort @{ $hash{$nr} }. If so, 
> you can use:

> {{{
> sort { $a <=> $b } @{ $hash{$nr} }
> }}}
> 
> Or:
> 
> {{{
> sort { $a cmp $b } @{ $hash{$nr} }
> }}}

When it's already clear you are suggesting a different way to sort.

No big deal, but to me it's just confusing and very odd looking.
What's wrong with the customary practice of indenting offerings like
that?


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to