Would anyone know how to go about writing a chunk of code which would take a string, say var1=test, which was passed as a command argument (./test.pl "var1=test"), and automatically create a variable named "$var1" and assign it the value of "test"? Or is this totally impossible?