in reply to Re^2: Tk::waitVariableX - AUTOLOAD failed
in thread Tk::waitVariableX - AUTOLOAD failed
The documentation and the code of the module are looking inconsistent. The documentation says:
$splash->waitVariableX( [$millis, $destroy_splashscreen], \$v1, \$v2} +);
while in the code
sub waitVariableX { use Tie::Watch; my ($parent, $millis) = (shift, shift); # @_ has list of var refs
the arguments have different names (and probably different meaning as well).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Tk::waitVariableX - AUTOLOAD failed
by choroba (Cardinal) on Apr 09, 2013 at 15:58 UTC | |
|
Re^4: Tk::waitVariableX - AUTOLOAD failed
by jowe (Sexton) on Apr 09, 2013 at 16:45 UTC |