in reply to Perl/TK: enabling a disable menu item


Hi people
i ran the following code
my $fm = $menubar->entrycget('File', -menu); sub select_file { $fm->entryconfigure('Edit', - state=>'normal') }
It gives me the error that entrycget.pm cannot be found in @INC.(Can't locate Tk/Frame/entrycget.pm)
I searched for this module on google and on cpan. I cannot find it anywhere ???
Could anyone lead me to it
thanks
rajdeep