Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -W
    use warnings 'all';
    ...
    Tk::MainLoop();
    
    printf "%s\n", $$_||0 foreach @list;