Do global variables support dictionaries? I want to create a dictionary as a global variable with a key/value pair that can be updated as needed. I don’t see an option to create the variable as a dictionary.
Any help would be great. Thanks!
Example: @foo = [“bar”:“bah”,“morebar”:“morebah”]