Look in podview.pl, in the samples directory that comes with the zip file, for code that implements such a menu. (Although I've never used this code, I noticed the feature when I was looking through the samples.) If you got Win32::GUI by PPM from ActiveState, you probably don't have this directory. I highly recommend getting the zip file just for this directory, even if you are not going to build Win32::GUI yourself.
> I'd simply write the path\file to a data file somewhere and read it > before you contruct your menu. You would write to this file every time > someone opens or creates a file. You would probably also want to > create a subroutine that limits how many files are kept, as such: