Re: perl source code encryption

2008-05-17 Thread Gowtham M
On Wed, Apr 30, 2008 at 10:41 AM, Anirban Adhikary < [EMAIL PROTECTED]> wrote: > Dear list Hello > > I want to encrypt my perl source code. I am using some modules in my code. > Among them some are downloaded from CPAn as well as some are written by my > -self. So how to encrypt all perl codes

Re: Plotting widget in Perl?

2008-03-27 Thread Gowtham M
On Thu, Mar 27, 2008 at 4:48 PM, zentara <[EMAIL PROTECTED]> wrote: > On Thu, 27 Mar 2008 14:00:42 +0530, [EMAIL PROTECTED] ("Gowtham > M") wrote: > > >Zentara, gtkdatabox looks good for me. Can you please mention > >which perl module in Gtk2::* should I use

Re: Plotting widget in Perl?

2008-03-27 Thread Gowtham M
Zentara, gtkdatabox looks good for me. Can you please mention which perl module in Gtk2::* should I use to use this from perl? Thanks! On Wed, Mar 26, 2008 at 5:23 PM, zentara <[EMAIL PROTECTED]> wrote: > On Wed, 26 Mar 2008 00:22:03 +0530, [EMAIL PROTECTED] ("Gowtham > M&quo

Re: Plotting widget in Perl?

2008-03-25 Thread Gowtham M
at the first error, GD.xs:444: error: 'gdIOCtx' has no member named 'gd_free' Indeed, this structure is not having 'gd_free' member! /usr/include/gd_io.h 4 #include 5 6 typedef struct gdIOCtx { 7 int (*getC)(struct gdIOCtx*); 8 int (*getBuf)(struct g

Plotting widget in Perl?

2008-03-25 Thread Gowtham M
port such a widget? I have tried gnuplot, but unfortunately, zooming is not supported :( Thanks for your help -- Gowtham M