Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
         }
        return $init;
      }
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    
      my $lar_value=max($a,$b,$c);
      print $lar_value, " is the greatest\n";