- or download this
s/foo/bar/ for (@these) if ($this);
- or download this
map { s/foo/bar/ } @these if ($this);
- or download this
print "The 'bar' attribute of object 'foo' is $foo->bar();\n";
- or download this
print "The 'bar' attribute of object 'foo' is @{[ $foo->bar() ]};\n";