Help for this page

Select Code to Download


  1. or download this
    my @arr = ("item 1","item 2");
    my %h;
    ...
      delete $arr[1];
      push @arr2, "sneaky array value";
    }
    
  2. or download this
    item 1
    sneaky hash value
    item 1
    sneaky array value