Lines Matching refs:file
4 # this file except in compliance with the License. You can obtain a copy
5 # in the file LICENSE in the source distribution or at
30 # or if the file is already opened... Note that this consumes the
31 # remainder of the file.
47 Extracts information from a .pod file, given a STRING (file name) or a
48 GLOB (a file handle). The result is given back as a hash table.
57 to be used with the given .pod file.
78 The man section number this .pod file belongs to. Often the same as
87 The whole contents of the .pod file.
103 # If not a file handle, then it's assume to be a file path (a string)
119 $podinfo{lastsecttext} = ""; # init needed in case input file is empty