in reply to Re: string as ref ?!?!
in thread string as ref ?!?!

$s = "aaa"; $s->{foo} = 1
has the same effect as
$aaa{foo} = 1;