From: Rafael Garcia-Suarez Date: Wed, 15 Oct 2003 19:06:05 +0000 (+0000) Subject: PerlFAQ sync. (only actual changes) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=379e39d708cee89613f94f3144ff5b3568cb573c;p=p5sagit%2Fp5-mst-13.2.git PerlFAQ sync. (only actual changes) p4raw-id: //depot/perl@21454 --- diff --git a/pod/perlfaq4.pod b/pod/perlfaq4.pod index 7d3a5bc..61503b6 100644 --- a/pod/perlfaq4.pod +++ b/pod/perlfaq4.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq4 - Data Manipulation ($Revision: 1.49 $, $Date: 2003/09/20 06:37:43 $) +perlfaq4 - Data Manipulation ($Revision: 1.52 $, $Date: 2003/10/02 04:44:33 $) =head1 DESCRIPTION @@ -1586,7 +1586,7 @@ If you need to sort on several fields, the following paradigm is useful. This can be conveniently combined with precalculation of keys as given above. -See the F artitcle article in the "Far More Than You Ever Wanted +See the F article in the "Far More Than You Ever Wanted To Know" collection in http://www.cpan.org/misc/olddoc/FMTEYEWTK.tgz for more about this approach.