Help for this page
use strict; ... ${$y} = 3; ${$z} = 4; }
before: X=1, Y=2, Z=3 after: X=2, Y=3, Z=4