Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uunet!bfmny0!tneff From: tneff@bfmny0.UU.NET (Tom Neff) Newsgroups: comp.lang.perl Subject: Re: openlog(3), syslog(3) in perl Message-ID: <15266@bfmny0.UU.NET> Date: 17 Mar 90 15:23:44 GMT References: <39461@apple.Apple.COM> <100571@convex.convex.com> <1990Mar15.212147.2978@chinet.chi.il.us> <7445@jpl-devvax.JPL.NASA.GOV> Reply-To: tneff@bfmny0.UU.NET (Tom Neff) Lines: 10 I don't think I would want to add the code for all the Section 3 calls into the Perl executable. Some of them are pretty big. Barring some kind of COFF 'do' that lets you load code dynamically, this seems close to insoluble. Better to put the POPULAR calls into Perl directly. Or define a user-extensions module, created when you build Perl, that accepts a switch-code at entry followed by a list of parameters, and branches and does the right thing. Ooh, pretty scary kids.