Changeset 13014 for docs/Perl6/Perl5

Show
Ignore:
Timestamp:
09/04/06 06:54:35 (2 years ago)
Author:
markstos
Message:

Audrey clarified that [,] @_ isn't need there, so Backing The Truck Up on that last patch.

Files:
1 modified

Legend:

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

    r13013 r13014  
    205205=head1 Subroutines 
    206206 
    207 =head2 Unpack @_ as [,] @_ 
    208  
    209 Notice the space after the [,]: 
    210  
    211  Was: my ($s,$href) = @_; 
    212  Now  my ($s,%h) = [,] @_; 
    213  
    214207=cut  
    215208