$var1 = 1; # next value 2 $var2 = 'Hello'; # next value 'There' #### $VAR = [ [1,\'Hello\'], [2,\'There\'] ]