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 SkipVought 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: *

  1. huckfinn

    How do you remove New Line/carraige return from a string?

    I've got a string with a New Line/carraige return in it and I'm trying to remove it.&nbsp;&nbsp;I thought it was like this:<br>$TheString=~s/.//s;<br>but I'm incorrect.<br>Does anyone know how to do this?<br><br>Thanks,<br>Huck Finn
  2. huckfinn

    Help! How do I add two strings together?

    Man,<br><br>You guys Rock!<br>Thanks for correcting me!<br><br>HuckFinn
  3. huckfinn

    Help! How do I add two strings together?

    My problem isn't that simple though...<br>One of those strings is in a array.<br><br>For example, the following program:<br>@test = ('bob', 'sid', 'derek');<br>foreach $test (@test) {<br>&nbsp;&nbsp;&nbsp;&nbsp;$test = $test + &quot;n&quot;;<br>&nbsp;&nbsp;&nbsp;&nbsp;print...
  4. huckfinn

    How do I copy/move/delete files in a Windows/DOS Perl script??

    Hi,<br><br>Does anyone know how to make a perl script copy/move/delete files in a windows/DOS environment?<br><br>Thanks!<br>Huck<br><A HREF="mailto:huckleberryfinn@beer.com">huckleberryfinn@beer.com</A>

Part and Inventory Search

Back
Top