Help for this page
if ( A && B && C ) { }
if ( is_AB( @stuff ) && is_C( @stuff ) ) { } ... sub is_C { my @stuff = @_; return C;