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 Chriss Miller 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. supernova83

    Can a perl variable replace a small code segment?

    Consider I have a variable $address_combined to which I'd like to assign the result of a string concatenation. To give a concrete example, let's say I also have a variable $owner_address which is the very string '$row->{situs_no}." ".$row->{situs_dir}." ".$row->{situs_name}' as read from a file...
  2. supernova83

    How can you make a perl program read its own file name?

    I have about 20 perl programs that are very similiar - only the values of about 10 variables are different (and maybe a few conditions will change according to these values). There is also a file in which there are more sets of variable values, each associated to a perl program. I would...

Part and Inventory Search

Back
Top