Changeset 15234 for docs/Perl6/Perl5
- Timestamp:
- 02/09/07 18:20:13 (22 months ago)
- Files:
-
- 1 modified
-
docs/Perl6/Perl5/Differences.pod (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docs/Perl6/Perl5/Differences.pod
r15167 r15234 369 369 to make part of the language. 370 370 371 =head2 wantarray() 372 373 C<wantarray> is superseeded by C<want.List>. Also available are C<want.Item> 374 and C<want.count>, the latter gives the number of expected values, if 375 applicable. 376 377 378 371 379 =head1 Unfiled 372 380
