Help for this page

Select Code to Download


  1. or download this
    package return_test;
    
    ...
    package main;
    
    $bestday = return_test::max( $mon, $tue, $wed, $thu, $fri );
    
  2. or download this
    .