Help for this page

Select Code to Download


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