Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    use Tk;
    
    ...
    
        $txt -> insert('end',"Process is $process. File location is $name 
    +and selected bins is $bins.\n");
    }
    
  2. or download this
    #!/usr/bin/perl -w 
    use strict;
    
    ...
    }
    
    MainLoop;