Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    
    { cat => [1, 2, 3, ["Nested", "array"]] }
    [1, 9, 3, ["Nested", "array"], 4]