Help for this page
use strict; ... &z( [ 77,44,232], $x, $y, $z); print "$x, $y, $z", $/;
tr/abc/def/ &function(); # which is really tr/abc/def/ & function();