Help for this page

Select Code to Download


  1. or download this
    join $sep, $one, $two, $three;
    
  2. or download this
    "$one$sep$two$sep$three";  # well in the long run anyway =P
    
  3. or download this
    sub this { "This" }
    sub that { "That" }