Subject: | Missing quotes in code example of Tk::Pane |
Dear all!
Tk::Pane contains this line of code: $pane = $mw->Scrolled(Pane, Name =>
'fred',
Using Perl 5.10.1 built for MSWin32-x64-multi-thread, this causes an
error. The word Pane shoule be quoted: $pane = $mw->Scrolled('Pane', Name
=> 'fred',
hth, Alex