my $unverified = 'this'; my %dbm = ( this => 'bar', ); print $dbm{$unverified},$/; print $dbm{'$unverified'},$/;