Help for this page

Select Code to Download


  1. or download this
    my @alist = (
      [key1 => value1],
    ...
         # but don't worry about that if you don't know lisp.
      }
    }
    
  2. or download this
    sub hashrassq {
      my ($hashref, $value) = @_;
    ...
         return $_ if $$hashref{$_} eq $value;
      }
    }