Re: [RFC] - New module proposal: JavaScript::DebugConsole

2004-05-10 Thread Enrico Sorcinelli
On Wed, 5 May 2004 09:30:10 -0500 jason scott gessner [EMAIL PROTECTED] wrote: Hi Jason, HTTP::Recorder has a console feature that you may want to check out as well. I know that Linda hasn't made it a separate module, but the two of you may have an interesting possibility to combine

Re: [RFC] - New module proposal: JavaScript::DebugConsole

2004-05-10 Thread Enrico Sorcinelli
On Thu, 6 May 2004 11:59:45 +1200 [EMAIL PROTECTED] wrote: Hi Sam, On Wed, May 05, 2004 at 04:23:41PM +0200, Enrico Sorcinelli wrote: For example: my $jdc = new JavaScript::DebugConsole( %args ); $js_code_to_put_in_html_page = $jdc-debugConsole( content = $content, title

[RFC] - New module proposal: JavaScript::DebugConsole

2004-05-05 Thread Enrico Sorcinelli
Hi all, I packaged some my old and simple functions inside a Perl module (I was tired to do cutpaste each time :-) ) to generate the necessary JavaScript code in order to open a popup window with custom text and typical web development useful infos (like form params, env vars, HTTP headers and so

Re: [RFC] - New module proposal: JavaScript::DebugConsole

2004-05-05 Thread jason scott gessner
HTTP::Recorder has a console feature that you may want to check out as well. I know that Linda hasn't made it a separate module, but the two of you may have an interesting possibility to combine features. -jason scott gessner [EMAIL PROTECTED] On May 5, 2004, at 9:23 AM, Enrico Sorcinelli

Re: [RFC] new module proposal - Template::Plugin::SessionManager

2003-06-20 Thread darren chamberlain
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * Enrico Sorcinelli enrico at sorcinelli.it [2003-06-20 10:29]: You can get the module here: http://pisa.pm.org/Template-Plugin-Session-0.01.tar.gz $ wget -nv http://pisa.pm.org/Template-Plugin-Session-0.01.tar.gz

Re: [RFC] new module proposal - Template::Plugin::SessionManager

2003-06-20 Thread Enrico Sorcinelli
On Fri, 20 Jun 2003 10:57:22 -0400 darren chamberlain [EMAIL PROTECTED] wrote: http://pisa.pm.org/Template-Plugin-Session-0.01.tar.gz $ wget -nv http://pisa.pm.org/Template-Plugin-Session-0.01.tar.gz http://pisa.pm.org/Template-Plugin-Session-0.01.tar.gz: 10:56:22 ERROR 404: Not

Re: [RFC] new module proposal - Template::Plugin::SessionManager

2003-06-20 Thread darren chamberlain
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * Enrico Sorcinelli enrico at sorcinelli.it [2003-06-20 12:46]: Then I propose these modules: - Template::Plugin::Apache::SessionManager the TT2 wrapper around Apache::SessionManger - Template::Plugin::Session the TT2 simple wrapper around

Re: [RFC] new module proposal - Log::Colorize

2003-06-14 Thread Kate L Pugh
On Fri, 13 Jun 2003 19:34:04 +0100 Kate L Pugh [EMAIL PROTECTED] wrote: I prefer Text::Highlight to Text::Colorize - it avoids the Colorize/Colourise question. On Sat 14 Jun 2003, Enrico Sorcinelli [EMAIL PROTECTED] wrote: Text::Highlight sounds like a general purpose syntax highlighter and

Re: [RFC] new module proposal - Log::Colorize

2003-06-14 Thread A. Pagaltzis
* Enrico Sorcinelli [EMAIL PROTECTED] [2003-06-14 18:34]: Log::Highlight, then. Anything but *::Colorize :) I think that you wanted to say: Anything but _not_ *::Colorize ;-) You are mistaken, though. -- Regards, Aristotle

Re: [RFC] new module proposal

2003-03-27 Thread darren chamberlain
* Enrico Sorcinelli enrico at sorcinelli.it [2003-03-27 01:10]: I wrote a simple collection of HTML/XML widget generator (like tabs, boxes, paths) using a master class and the subclasses rendering the particular elements with the same API. I searched on CPAN and apparently I've not found