Help for this page

Select Code to Download


  1. or download this
    package MYCALC;
    use Exporter;
    
    ...
    }
    
    1;
    
  2. or download this
    use strict;
    use warnings;
    my @list = qw (2 2);
    use Module qw(:DEFAULT);
    print addition(@list),"\n";