Help for this page
#!/usr/bin/perl use Tk; ... $hlist->itemCreate($_, 1, -text=>"$_"x10); } MainLoop;