Help for this page

Select Code to Download


  1. or download this
    $field_i_want = (split /:/)[2];
  2. or download this
    ($want1,$want2) = (split /:/)[2,5];