#!/home/ben/software/install/bin/perl use warnings; use strict; use lib 'blib/arch'; use lib 'blib/lib'; use GetHashValue; get_hash_value ({bonkers => 1}); get_hash_value ({bonkers => 1, 'test-key' => 1}); get_hash_value ({bonkers => 1, 'test-key' => "A million", x => 'y'}); get_hash_value ({});