Speaking for my own taste - If we don't return them in some hash or array or other structure, then this would be my second choice. Passing by reference is tempting because it's so convenient.
franco wrote: ↑Sat Nov 05, 2022 4:06 pm I use private variables in calling program. This way they are available where ever I go from calling program. When calling program
is closed the variables are closed.
***************** ( If these variables are NOT closed with program could someone let me know.)