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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.