On Tue, Mar 17, 2009 at 01:58, Sharan Basappa <sharan.basa...@gmail.com> wrote:
> Hi Chas,
>
> Clearly I did not communicate properly. So what I am looking is for
> some support to do some
> GUI stuff. The idea is take information from text and show it in the
> form a waveform. This
> will help a lot since it is rather difficult to go through the text file.
snip

There are many GUI Toolkits for Perl.  Which one is best for you
depends in what platform you are on.  I like Gtk2[1], two others with
wide following are Tk[2] and Wx[3].  I believe all of them has some
form of canvas widget.  If you want to represent data like a waveform
that would be where I would start looking.

1. http://search.cpan.org/dist/Gtk2/Gtk2.pm
2. http://search.cpan.org/dist/Tk/pod/overview.pod
3. http://search.cpan.org/dist/Wx/Wx.pm

-- 
Chas. Owens
wonkden.net
The most important skill a programmer can have is the ability to read.

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to