sub href{ return{('key','val')}; } sub aref{ ['key','val']; } print Dumper href(), aref();