Changeset 15234 for docs/Perl6/Perl5

Show
Ignore:
Timestamp:
02/09/07 18:20:13 (22 months ago)
Author:
moritz
Message:

Mentioned wantarray() in Perl6::Perl5::Differences

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/Perl6/Perl5/Differences.pod

    r15167 r15234  
    369369to make part of the language. 
    370370 
     371=head2 wantarray() 
     372 
     373C<wantarray> is superseeded by C<want.List>. Also available are C<want.Item> 
     374and C<want.count>, the latter gives the number of expected values, if 
     375applicable. 
     376 
     377 
     378 
    371379=head1 Unfiled 
    372380