Help for this page
foo * routine(a, b, c=NULL) ... c : cdefault ); OUTPUT: RETVAL
my $c = $objref; routine( $a, $b, $c);
routine( $a, $b);
my $c; $c = $objref if( false ); routine( $a, $b, $c );