Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    
        return $lhs + $rhs, $lhs - $rhs;
    }
    
  2. or download this
    Look at that! $variable now equals 25
    the sum of 5 and 2 is 7
    and the difference is 3