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

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on How to dynamically populate a listbox based on the selection made in another listbox.

Replies are listed 'Best First'.
Re: How to dynamically populate a listbox based on the selection made in another listbox.
by ikegami (Patriarch) on Apr 27, 2009 at 14:31 UTC

    Stop the rapid shooting of questions and put some effort into them.

    What GUI library are you using? What have you done so far? What part do you have a problem with? We're not going to do your work for you.

      Hi,
      Actually i am new to perl. I tried a lot and then only I posted these questions.
      Regards,
      Suman
        Please read How do I post a question effectively?. If you've been working on this, then tell us with what you've tried, include some code snippets or pseudocode and any libraries you are using. We're nice folks who want to help you. If your question shows you've put in lots of effort, we'll put in lots of effort to help.
        Actually this is the first time I am trying to do programming ...

        Then you are jumping into the deep end of the pool before learning to swim. GUI programming is not trivial, and you have a lot of fundamentals to learn first. Please get a book and study the basics before jumping in over your head: Learning Perl (paper), Beginning Perl (online).