Help for this page

Select Code to Download


  1. or download this
    my @new = map { split /\t/ } split /\n/, $data;
  2. or download this
    my @new = split /\n|\t/, $data;