Re: namespaces for imported embperl sub's

2004-06-23 Thread Gerald Richter
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

Re: errors handling in HTML::Embperl::Mail

2004-06-23 Thread Gerald Richter
> > 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

Re: performace issues

2004-06-23 Thread Gerald Richter
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 doesn’t support svg. > But its even slower th

Re: namespaces for imported embperl sub's

2004-06-23 Thread Luiz Fernando B. Ribeiro
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