in reply to Dictionary.com (PLEASE critisise...)

Draxil, I tried to run your code, but it appears (after searching CPAN) that Gtk.pm is only availble for Unix (I'm on Win) so I couldn't test your code. I'll leave it up to you to determine if it works correctly. So I'll list some suggestions instead just from browsing through your code.
Please keep posting code and participating at Perl Monks. I learned a thing or two from your code just by doing a read through. If you have questions, post them, and if you have some help for someone, feel free to participate Draxil. Welcome to Perl Monks.

- Mission
"Heck I don't know how to do it either, but do you think that's going to stop me?!!"
  • Comment on Re: Dictionary.com (PLEASE critisise...)

Replies are listed 'Best First'.
GTK.....
by PsionicMan (Beadle) on Jun 24, 2001 at 06:14 UTC
    Gtk.pm is only available for *nix because Gtk.pm is a perl interface to GTK+'s (The Gimp Toolkit) widget set. It is the underlying power of the Gnome desktop environment. There is a native win32 port of Gimp/GTK+ available here. I don't know how successful you'd be if you tried to rig it up so that it would work with Gtk.pm, though.

    --Psi
    print(pack("h*","e4f64702566756e60236c6f637560247f602265696e676021602075627c602861636b65627e2")."\n");

Re: Re: Dictionary.com (PLEASE critisise...)
by Draxil (Novice) on Jun 26, 2001 at 17:28 UTC
    Hey thanks!

    I have taken a while to write this reply because I have been trying out your advise on some more perl scripts ;) .

    It's a shame no-one has done bindings for Gtk for windows yet.. I might just use Tk for GUI stuff from now on so I can pass it on to Windows users. Soon I will build up confidence to post some non half asleep code.. All with use strict and warnings enabled :P


    DrAxIl

    "blue berry muffins are not just a snack.... ..they are a way of life"