Help for this page

Select Code to Download


  1. or download this
    %hash = (
      100 => '1',
      101 => '23',
    ...
      ...
      200 => '75'
    );
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    
        return $amount / $count;
    }