{ my $f = "foo"; my $n = AnObj->new->$f->bar(my $v)->baz("her p"); print $v, $n; }