Help for this page

Select Code to Download


  1. or download this
                Rate dispatch    elsif
    dispatch  9363/s       --     -12%
    elsif    10627/s      13%       --
    
  2. or download this
    my %dispatch=(
        A=>sub { split(/!/,$_[0]); },
    ...
          warn "Huh?";
       }
    }