Help for this page

Select Code to Download


  1. or download this
    { local $,=''; local $\="\n"; print( @splitted_word ); }
    
  2. or download this
    { local $"=''; print( "@splitted_word\n" ); }
    
  3. or download this
    print( join( '', @splitted_word ), "\n" );