Help for this page

Select Code to Download


  1. or download this
        @list=split(/ /,@data);
    
  2. or download this
        @list = split /\s+/;