in reply to Re^3: Tk::waitVariableX - AUTOLOAD failed
in thread Tk::waitVariableX - AUTOLOAD failed
Handling the array ref:
if (ref $millis eq 'ARRAY') { $callback = Tk::Callback->new($millis->[1]); $millis = $millis->[0]; }
Handling the remaining variable references:
foreach my $vref (@_) {
|
|---|