[PDK-Beta] PerlTray
by Patrick W. OBrien other posts by this author
Oct 7 2004 9:36AM messages near this date
view in the new Beta List Site
[PDK-Beta] VBScript Convertor UI Comment
|
[PDK-Beta] PerlTray.pm missing
I did the install for the PDK 6.0. I copied the sample from the
documentation
use PerlTray;
sub PopupMenu {
return [["ActiveState", "Execute 'http://www.ActiveState.com'"],
["Exit", "exit"],
];
}
I pointed to the script and set the build directory for the same
directory. When I build, I get the message that perltray.pm can not be
found. In fact, I am unable to find perltray.pm on my system.
Patrick
|