X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlfaq5.pod;h=feb66a45cdc9e089d7b6a78196f9fb435fc15ff4;hb=2ff7ee21189ba0d0583f92171dc62c4755fad5af;hp=6ae7755f8b720a4d6a6695be88986c872f7aecee;hpb=c47ff5f1a1ef5d0daccf1724400a446cd8e93573;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlfaq5.pod b/pod/perlfaq5.pod index 6ae7755..feb66a4 100644 --- a/pod/perlfaq5.pod +++ b/pod/perlfaq5.pod @@ -841,7 +841,7 @@ you see someone do this: You should think long and hard about why you need everything loaded at once. It's just not a scalable solution. You might also find it -more fun to use the the standard DB_File module's $DB_RECNO bindings, +more fun to use the standard DB_File module's $DB_RECNO bindings, which allow you to tie an array to a file so that accessing an element the array actually accesses the corresponding line in the file.