Apenas repassando:
http://www.effectiveperlprogramming.com/blog/1091
<quote>
Perl 5.16 new features
Posted by brian d foy on June 26, 2011
The Perl 5 Porters are currently working on Perl 5.15, the
development track that will end up as Perl 5.16. By reading the
perldelta515* documentation, you can get a peek at what will mostly
likely be in the next maintenance version of Perl. You need
to read each of the perldelta5* in a development series because they
only document the changes in to the previous development
release, not the cumulative changes since the last major release.
We'll cover these features, although we might have to stretch some of
the posts a bit since some of these aren't that radical:
* CORE:: works on all keywords
* continue no longer requires the "switch" feature
* $$ can be assigned to
* Features inside the debugger
* \N{...} can now have Unicode loose name matching
* Breakpoints with file names "
</quote>
--
"Não manejo bem as palavras
Mas manipulo bem as strings."
------------------------------
=begin disclaimer
Sao Paulo Perl Mongers: http://sao-paulo.pm.org/
SaoPaulo-pm mailing list: [email protected]
L<http://mail.pm.org/mailman/listinfo/saopaulo-pm>
=end disclaimer