Hmm I did try commenting out the use strict but I hadn't thought of commenting use warnings as well so I just tried that. Unfortunatly that didn't work for me either. I've since reinstalled everything related to perl (I think) on my machine in case switching to threads support broke something I wasn't aware of but that didn't do it either. Considering the total lack of solutions all over the internet for this problem I wouldn't be the least bit surprised if it's some incompatibility or something that I have.

Maybe I will give gtk2-perl a try. Last time I looked at an example script using it I was scared ;)

I'm slowely but surely becomming a better perl programmer though so perhaps I won't be as terrified by the api now ;)

What about wxPerl? Is it doing well these days?. All I really care about is having a fairly easy to use api that will make windows and widgits that happily conform to my window manager/decorator. I'm not determined to use TK in other words.

Thanks

EDIT: Well after a couple hours of playing around with the gtk2 module I've decided to just use that. It's not nearly as intimidating as it was a month ago so at least I seem to be learning ;-) ++ for the good advice!


In reply to Re^2: Perl/tk error I can't figure out by ttlgreen
in thread Perl/tk error I can't figure out by ttlgreen

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.