Version 0 of How to pass arrays

Updated 2002-04-16 15:22:09

[Explain what's meant.]


There are two choices for passing arrays both "into" and "out of" proc-s:

  • serialization, generally into a list with "array get ..."
  • local proxying of an external variable by use uplevel

[Examples]