i.e. I want a variation on the following code to populate $val with 'MYVAL=2'
($key, $val) = split (/=/, 'MYKEY=MYVAL=2'); [download]
Thanks, monks!
In reply to split command by redss