sub max { my( $fred, $barney ) = @_; print "You are using the subroutine max.\n"; #....etc...