Help for this page
#!/usr/bin/perl ... my ($var,$val) = /^\s*(.*?)\s*=\s*(.*)/; ${$var} = $val; }
myvar1 = foo myvar2 = bar