Help for this page

Select Code to Download


  1. or download this
    use 5.17.6;
    use strict;
    ...
            print "$d = $e\n";
        }
    }
    
  2. or download this
    z,y,x
    1,2,3
    ...
    z = 1
    y = 2
    x = 3
    
  3. or download this
    x,y,z
    3,2,1
    ...
    x = 3
    y = 2
    z = 1