Help for this page

Select Code to Download


  1. or download this
    ($c_speed[0], $c_speed[1], $c_speed[2], $c_speed[3]) = sscanf("%d %d %
    +d %d", $rstring);
    
  2. or download this
    @c_speed = sscanf("%d %d %d %d", $rstring);
    
  3. or download this
    @c_speed[0 .. $#c_speed] = split ' ', <$rstring>;