Help for this page
#!/usr/bin/perl -w use Algorithm::Numerical::Shuffle qw(shuffle); ... $max = $max < $_ ? $_ : $max for @_; return $max; }