Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    sub min {
        return (($_[0] <= $_[1]) ? $_[0] : $_[1]);
    }
    
  2. or download this
    Number common = 4