From: David Dyck Date: Tue, 12 Jan 1999 11:14:19 +0000 (-0800) Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5b2220f58a0a9adbba0df65169a1adc90eb46e46;p=p5sagit%2Fp5-mst-13.2.git PATCH to perl5.005_54/pod/perldsc.pod (fix typo) To: Perl Porters , Gurusamy Sarathy Message-ID: p4raw-id: //depot/cfgperl@2597 --- diff --git a/pod/perldsc.pod b/pod/perldsc.pod index d0cc335..ef3ae75 100644 --- a/pod/perldsc.pod +++ b/pod/perldsc.pod @@ -690,7 +690,7 @@ many different sorts: print $rec->{TEXT}; - print $rec->{LIST}[0]; + print $rec->{SEQUENCE}[0]; $last = pop @ { $rec->{SEQUENCE} }; print $rec->{LOOKUP}{"key"};