I am trying to create a “Help” document using Perl. I have a GUI and made a dropdown menu with “Help” option. I am hoping to create a new window and have a something like a dirtree so that user can select the topic. Once it is selected, the window will display the guidance. (Just like the Help button in many softwares)
I am wondering if any example code online I could refer to. Or is there an existing module I could use? (This should be very common but I couldn't find any online) So far, I only know by using -command on the button, I do a *sub* and in * sub*, I just print some words. I am thinking to create a new Window when I click the Help option from the menu, and make something like DirTree, and somehow when I click one of the topic, the window will show the material of that topic on the right. Please give me some advices. Thank you very much. -Tiffany