Help for this page

Select Code to Download


  1. or download this
    my @values = split ';', "123;abc;456;def;123;;123";
    
  2. or download this
    print FILE "$_,\n" foreach @values;