home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / perl560.zip / t / pod / include.xr < prev    next >
Text File  |  1999-10-01  |  721b  |  23 lines

  1.     This file tries to demonstrate a simple =include directive for pods. It
  2.     is used as follows:
  3.  
  4.        =include filename
  5.  
  6.     where "filename" is expected to be an absolute pathname, or else reside
  7.     be relative to the directory in which the current processed podfile
  8.     resides, or be relative to the current directory.
  9.  
  10.     Lets try it out with the file "included.t" shall we.
  11.  
  12.     ***THIS TEXT IS IMMEDIATELY BEFORE THE INCLUDE***
  13.  
  14. ###### begin =include included.t #####
  15.     This is the text of the included file named "included.t". It should
  16.     appear in the final pod document from pod2xxx
  17.  
  18. ###### end =include included.t #####
  19.     ***THIS TEXT IS IMMEDIATELY AFTER THE INCLUDE***
  20.  
  21.     So how did we do???
  22.  
  23.