Help for this page

Select Code to Download


  1. or download this
    my @item;
    my $val;
    ...
       but no other parameters to get its key name instead.
    
    }
    
  2. or download this
    foreach($item as $key=>$value)
        {
        
          //where $key is keyname, and $value is the value
        }