X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Flook.pl;h=ccc9b6162ae0f8885f316b854f48c2fdc4c3bd54;hb=9a66ea416324d5cd1459c59e545b38c9c889fdaa;hp=e8dc8aacb6a2001451a012b8e1550495bcb0d25f;hpb=55497cffdd24c959994f9a8ddd56db8ce85e1c5b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/look.pl b/lib/look.pl index e8dc8aa..ccc9b61 100644 --- a/lib/look.pl +++ b/lib/look.pl @@ -1,5 +1,11 @@ ;# Usage: &look(*FILEHANDLE,$key,$dict,$fold) - +# +# This library is no longer being maintained, and is included for backward +# compatibility with Perl 4 programs which may require it. +# +# In particular, this should not be used as an example of modern Perl +# programming techniques. +# ;# Sets file position in FILEHANDLE to be first line greater than or equal ;# (stringwise) to $key. Pass flags for dictionary order and case folding.