Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    modfifyHash( \(%x, %y, %z) );
    
    dd \(%x, %y, %z);
    
  2. or download this
    ({ a => "red" }, { b => "green" }, { c => "black" })
    ({ a => "circle" }, { b => "square" }, { c => "rectangle" })