Help for this page

Select Code to Download


  1. or download this
    sub max { # Numbers.
        my $max = shift;
        foreach ( @_ ) { $max = $_ if $_ > $max }
        return $max;
    }
    
  2. or download this
    foreach ( keys %{$url{'monday'}} ) { $now = $_ if $_ > $now }