my $scalarref = \'a scalar'; my $arrayref = ['an', 'array']; my $hashref = { firstkey => 'a', secondkey => 'hash' }