Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Mikkie
  • Order by date
  1. Mikkie

    Adding words to a sentence!

    I've got another one: $sentence = &quot;I wrote this text to test my fancy word adding function.&quot;; @words = split(&quot; &quot;,$sentence); srand; for ($n = 3; $n < scalar(@words)-1; $n += 3) { @adds = (' FOO',' BAR', ' MOO'); $words[$n] .= $adds[int rand(@adds)]; } $it =...

Part and Inventory Search

Back
Top