use constant TRUE => 1; use constant FALSE => !TRUE; #### my %hash= ( this => scalar GetThis(), foo => 'bar', baz => 'quux', );