Help for this page

Select Code to Download


  1. or download this
    ins split /,\s*/ for <DATA>;
    
  2. or download this
    for (<DATA>)
    {
        chomp;
        ins split /,\s*/;
    }