Help for this page

Select Code to Download


  1. or download this
    my( @a_vals, @b_vals );
    
  2. or download this
    my( $type, $index, $value ) = ( split /\s+/ )[2, 4, -1];