Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    }
    
    print above_mean(@list_of_numbers);
    
  2. or download this
    Use of uninitialized value $a in numeric gt (>) at main.pl line 16.