- Timestamp:
- 10/16/08 17:47:53 (3 months ago)
- Files:
-
- 1 modified
-
docs/Perl6/Perl5/Differences.pod (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docs/Perl6/Perl5/Differences.pod
r22628 r22629 272 272 =head1 Subroutines 273 273 274 =cut275 276 # S07277 278 274 =head1 Formats 279 275 280 =cut 281 282 =head2 Formats have been replaced with forms. 283 284 For details see : 285 286 L<http://dev.perl.org/perl6/doc/design/apo/A07.html> Format Apocalypse 287 288 L<http://dev.perl.org/perl6/doc/design/exe/E07.html> Format Exegesis 276 Formats will be handled by external libraries. 289 277 290 278 =cut
