Re: [Perl-unix-users] Mouse overs

2003-11-03 Thread Alberto Adrian
HI, :-) Just look at this code: (but you need to understand something of _javascript_ and CSS- 'though you ought to unless you want to deal with Flash and Ming-Perl (http://todbot.com/ming/) :-) http://www.webreference.com/dhtml/hiermenus/ If you don't know about JS and CSS you might try to

Re: [Perl-unix-users] Mouse overs

2003-11-03 Thread Johnno
Hello Danny, no not really, most of the perl apps I write are for web.. I have got to the stage where a have a mix of html, java and perl.. Johnno - Original Message - From: "Danny Brow" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 03, 2003 4:43 PM Subject: Re: [P

RE: [Perl-unix-users] Suggestions for Perl Report Generators

2003-11-03 Thread Lynn. Rickards
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Behalf Of Jon > Earle > Sent: Monday, November 03, 2003 9:38 AM > To: [EMAIL PROTECTED] > Subject: [Perl-unix-users] Suggestions for Perl Report Generators > > > Looking for something (perl module, etc) to tak

RE: [Perl-unix-users] Suggestions for Perl Report Generators

2003-11-03 Thread Grant Babb
Title: RE: [Perl-unix-users] Suggestions for Perl Report Generators Have you tried looking on CPAN? There are probably some .png generating modules that plug in to imagemagick or the like. grant babb L-EET Web Services http://www.l-eet.com/ -Original Message- From: Jon Earle [mailto

[Perl-unix-users] Suggestions for Perl Report Generators

2003-11-03 Thread Jon Earle
Looking for something (perl module, etc) to take a bunch of data, stats, etc and make some fancy reports out of it. Graphs, stats, pretty pics, etc. Not dealing with Apache or other server weblogs. -- Jon Earle SAVE FARSCAPE http://www.savefarscape.com/ Vegetarian - an old Indian word meaning

Re: [Perl-unix-users] Mouse overs

2003-11-03 Thread Adam Ingerman
On Mon November 3 2003 14:13, Danny Brow wrote: > I should have stated that this is for a web app written in perl. Not > sure if this will make a difference. It doesn't. mouse overs are a client-side issue, historically only done with javascript (unless you're using flash or a java applet or sim