> There are many ways to approach this - yours seems to be one reasonable method. >

Unfortunately, mine doesn't work! (c8=

I'm missing something regarding how the Sys::Syslog module ( or any similarly functioning module ) propagates its namespace/subroutines into another module/package.... obviously it works fine in a simple script environment who's package is main, however there apppears to be some "trick" I'm missing to get it available within another modules/packages namespace -- especially a class module such as the example.

I tried appending &main:: and FooClass:: to the syslog call ( in a feeble attempt to find the wherever Sys::Syslog imported its functions, but that didn't help either. )

> before you tried the magic of OO, how did you use syslog?

Well, I've been using perl's OOP for many, many years - both as a user and as a module builder. Not until now have I needed a module which I also wanted to have write to syslog. The way I used syslog in simple (non-oop) scripts has been exactly the way it's documented in its perldoc.

Cheers!


In reply to Re^2: Sys::Syslog in OOP Module by Zarathustra
in thread Sys::Syslog in OOP Module by Zarathustra

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.