Kandankarunai has asked for the wisdom of the Perl Monks concerning the following question:

Dear Monks, I am trying to insert elements to Tk::JComboBox It gives the following error Insert failed: undefined element why this error is occur? Give some idea...(NOTE:: Previously its work well.Now i have added some codes.then only it not work)
foreach my $a(@ar) { $cb_doc->addItem($a); }
The @a contain the data

Replies are listed 'Best First'.
Re: Insert Failed error in Tk::JComboBox
by Anonymous Monk on May 26, 2011 at 10:47 UTC