Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
        return if $min > $max;
        return {min => $min, max => $max};
    }
    
  2. or download this
    $VAR1 = {
              'min' => 31,
              'max' => 50
            };