Changeset 13014 for docs/Perl6/Perl5
- Timestamp:
- 09/04/06 06:54:35 (2 years ago)
- Files:
-
- 1 modified
-
docs/Perl6/Perl5/Differences.pod (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docs/Perl6/Perl5/Differences.pod
r13013 r13014 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 214 207 =cut 215 208
