- or download this
'+' . sub { ... }
'+' . \&subname
...
'+' . [$coderef, @args]
['+' . $coderef]
['+' . $coderef, @args]
- or download this
... '+' . Tkx::i::interp->create_tcl_sub( CODEREF ) ...
- or download this
my $interp = Tkx::i::interp();
... '+' . $interp->create_tcl_sub( CODEREF ) ...
- or download this
sub { ... }
\&subname
$coderef
- or download this
Error: invalid command name "::perl::CODE(0x7ffef5dd34d8)"