Changeset 13013 for docs/Perl6/Perl5
- Timestamp:
- 09/04/06 06:51:35 (2 years ago)
- Files:
-
- 1 modified
-
docs/Perl6/Perl5/Differences.pod (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docs/Perl6/Perl5/Differences.pod
r13003 r13013 205 205 =head1 Subroutines 206 206 207 =head2 Unpack @_ as [,] @_ 208 209 Notice the space after the [,]: 210 211 Was: my ($s,$href) = @_; 212 Now my ($s,%h) = [,] @_; 213 207 214 =cut 208 215
