home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!snorkelwacker.mit.edu!ai-lab!rice-chex!cracraft
- From: cracraft@rice-chex.ai.mit.edu (Stuart Cracraft)
- Newsgroups: comp.lang.perl
- Subject: oddity in syslog.pl
- Message-ID: <27308@life.ai.mit.edu>
- Date: 27 Aug 92 23:47:34 GMT
- Sender: news@ai.mit.edu
- Organization: MIT Artificial Intelligence Lab
- Lines: 19
-
-
- One Perl application I'm using has
-
- require 'syslog.pl';
-
- at its beginning. I get an error when running this application:
-
- Undefined subroutine "syslog'LOG_DEBUG" called at /usr/local/lib/perl/syslog.pl line 65.
-
- Seemingly, this line (line #65) has:
-
- require 'syslog.ph' <=== NOTE PH SUFFIX
-
- I looked in the Perl distribution we received (4.019) and
- couldn't find any file 'syslog.ph'.
-
- Any idea what this file is?
-
- Stuart
-