On 25 Mar, BJ wrote:

> The error I get is "Tk::Error: Can't set -options to 
> `ARRAY(0x2eee778)' for Tk::Optionmenu=HASH(0x2ef4e78)

This implicates, that an array reference is not being 
dereferenced properly.


>     [EMAIL PROTECTED];

[EMAIL PROTECTED] is a reference to an array. Are you sure, you need one?
Why should you not be using @{$second{$key}} = @temp?


> sub [EMAIL PROTECTED]@{second{$abekw1}};
>     $gih->configure(-options=>[EMAIL PROTECTED])}

Use $gih->configure(-options => @temp) instead.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to