home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / perl / 5573 < prev    next >
Encoding:
Text File  |  1992-08-27  |  750 b   |  30 lines

  1. Path: sparky!uunet!snorkelwacker.mit.edu!ai-lab!rice-chex!cracraft
  2. From: cracraft@rice-chex.ai.mit.edu (Stuart Cracraft)
  3. Newsgroups: comp.lang.perl
  4. Subject: oddity in syslog.pl
  5. Message-ID: <27308@life.ai.mit.edu>
  6. Date: 27 Aug 92 23:47:34 GMT
  7. Sender: news@ai.mit.edu
  8. Organization: MIT Artificial Intelligence Lab
  9. Lines: 19
  10.  
  11.  
  12. One Perl application I'm using has
  13.  
  14.     require 'syslog.pl';
  15.  
  16. at its beginning. I get an error when running this application:
  17.  
  18. Undefined subroutine "syslog'LOG_DEBUG" called at /usr/local/lib/perl/syslog.pl line 65.
  19.  
  20. Seemingly, this line (line #65) has:
  21.  
  22.     require 'syslog.ph'  <=== NOTE PH SUFFIX
  23.  
  24. I looked in the Perl distribution we received (4.019) and
  25. couldn't find any file 'syslog.ph'.
  26.  
  27. Any idea what this file is?
  28.  
  29. Stuart
  30.