Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    Dump (\%hash);
    splice @{$hash{somename}}, 1, 1;
    Dump (\%hash);
    
  2. or download this
    $HASH1 = {
               othername => [
    ...
                              3
                            ]
             };