File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -533,10 +533,10 @@ we now use the dot operator C<.> for those tasks.
533
533
say $hashref.{'fire bad'};
534
534
say $subref.($foo, $bar);
535
535
536
- In recent versions of Perl 5 (5.20 and later), a new feature allows the use of the arrow op
537
- for dereferencing. See
538
- L < http://search.cpan.org/~shay/perl-5.20.1/pod/perl5200delta.pod#Experimental_Postfix_Dereferencing >
539
- That new feature corresponds Perl 6 C < .list > and C < .hash > methods:
536
+ In recent versions of Perl 5 (5.20 and later), a new feature allows the use of the arrow
537
+ operator for dereferencing: see
538
+ L < Postfix Dereferencing| http://search.cpan.org/~shay/perl-5.20.1/pod/perl5200delta.pod#Experimental_Postfix_Dereferencing>
539
+ Such feature corresponds to Perl 6 C < .list > and C < .hash > methods:
540
540
541
541
= for code :lang<perl5>
542
542
# Perl 5.20
You can’t perform that action at this time.
0 commit comments