in reply to Re: Tk question about Ev
in thread Tk question about Ev
I wrote small becnchmark program and can share it and its result as well.sub Ev { if (@_ == 1) { my $arg = $_[0]; return bless (((ref $arg) ? $arg : \$arg), 'Tk::Ev'); } else { return bless [@_],'Tk::Ev'; } }
Courage, the Cowardly Dog.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Tk question about Ev
by smackdab (Pilgrim) on Jun 09, 2002 at 21:02 UTC | |
by Courage (Parson) on Jun 09, 2002 at 21:08 UTC |