hi all,
I have seen some example in demos/ notebook.pl (Tk), I try to copy the line
$t->tag(qw/bind d1 <1>/ => sub {&items('items')});
which the "items" calls a file items.pl with
" sub items{} "
then i try to add to my program to call out , but it is not succesful.... what's wrong with it???
how can i do that??