G'day rjohn1,

I suspect your problem lies with the declaration of $temp_var (or possibly lack of declaration). The absence of arguments to pop_user_entry() may also be an issue. You haven't shown enough code for me to tell.

Please supply a short working script. It should include the strict and warnings pragmata and, obviously, show the call to pop_user_entry(). It only needs code relevant to the problem at hand: please do not include anything beyond this. Also provide verbatim copies of any warning or error messages you're seeing.

If you do this, I'll happily look at the problem.

-- Ken


In reply to Re: A very strange problem with entry, button widgets along with waitvariable(\$X) by kcott
in thread A very strange problem with entry, button widgets along with waitvariable(\$X) by rjohn1

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.