Hi,
>
> But when I try to call a sub defined in displaytime.epl with the
> namespace of SPOTNIK_COMMON:: it says the sub doesn't exist.
>
How are your sub inside the lib epl are defined and how do you try to call
them?
> Am I doing this the right way? Is there something I'm missing or
> someth
>
> The strangeness I'm seeing is that the HTML::Embperl::Execute() called
> inside HTML::Embperl::Mail::Execute() successfully parses and rendered
> the email template but returns a non-empty errors array with a string
> identical to a warn debugging message issued in the credit card
> processing
Title: Briefvorlage
> > I generate graph per request (interface and device
utilitzation) and> also want to speed up things there. > I swapped
from GD::Graph (png output) to SVG::TT::Graph::TimeSeries> (svg output)
with png fallback if the browser doesnt support svg. > But its even
slower th
On Tue, 22 Jun 2004 13:57:42 -0400, Dan Manley <[EMAIL PROTECTED]>
wrote:
Hi,
In a project I'm working on, I'd like to have some small and simple
embperl subs located in a lib directory, in individual files (for the
most part). Consequently, I would like to be able to import all of
these