Help for this page

Select Code to Download


  1. or download this
    use warnings;
    #use Tk;
    ...
    print "$_V\n";
    print "$_A\n";
    print "$_W\n";
    
  2. or download this
    use warnings;
    use Tk;
    ...
      print "$_A\n";
      print "$_W\n";
    }