in reply to Printing accessor methods in here documents
my $self = shift; my $blat = $self->blat; printf <<HERE, $blat, $self->blat, $self; blat is now %s, same as ->blat: %s, and not just %s->blat() HERE [download]