in reply to log4perl and Log::Dispatch::Email::MailSendmail

As posted, your CFG here-doc interpolates a variable named @company, which, if the case, is probably Not What You Want (tm).

-pilcrow
  • Comment on Re: log4perl and Log::Dispatch::Email::MailSendmail

Replies are listed 'Best First'.
Re^2: log4perl and Log::Dispatch::Email::MailSendmail
by mpettis (Beadle) on Oct 09, 2007 at 02:40 UTC
    (hits head with palm) thanks -- i didn't do due diligence and inspect the string i was sending as configuration... copy and pasted that out of a Config::IniFiles .ini file that I use (that doesn't interpolate ) and wrapped it in a HERE document (which does). Thanks again -- I'll try it out tomorrow at work.