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 derfloh 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: Droppy
  • Content: Threads
  • Order by date
  1. Droppy

    substr prints but does not assign to string

    Hello everyone, This is in a subroutine. my @block = @_; my $string = join ("", @block); First I do this to turn an array of strings into one single string. Then assign two variables to random values (for purpose of testing): $preDB = "whydoyou"; $postDB = "hateme"; Then if($string...

Part and Inventory Search

Back
Top