A hash may refer to any of the following:

  1. When referring to Perl, a hash is an associative array. In Perl, hashes are represented with the prefix %. They contain a listing of keys and values. Below is an example of a basic Perl hash.

my %hope = (“hardware”, “Monitor”, “software”, “office”);print “Hardware hash = $hope{hardware}\n”;

In the above example, the program sets the hash table and then prints the hardware hash, which is equal to the next hash element. Therefore, the program would print “Hardware hash = Monitor” on the command line.

  1. A hash is also another word for octothorpe ( # ).

  2. Linux command; see the hash command page for additional information about this command. See the bash hash command page for information about hash in bash.

  3. When referring to a database or encryption, see our hashing definition for further information on these terms.

  4. FTP command that turns on/off the displaying of a hash mark ( # ) for each 1,024 bytes of data received when getting a file.

Database terms, Hashing, Hashtag, Percent, Programming terms

  • How to use FTP from a command line.
  • Linux ftp command and information.
  • What FTP programs can I use to send and receive files?
  • FTP help and support.