Help for this page

Select Code to Download


  1. or download this
    $aref = [ 'a', 'b' ];
    $href = { 'foo' => 123 };
    
  2. or download this
    $aref = do { my @a = ('a', 'b'); \@ };
    $href = do { my %h = ('foo' => 123); \%h };