Help for this page

Select Code to Download


  1. or download this
    # @LIST_OF_ENTRIES contains your data, one line per element
    my %description_hash;
    ...
        $value =~ s/\s*\z//;
        $description_hash($name} = $value;
    }