if ( &testA || &testB ) { print "IF\n" ;} sub testA { print "AAA\n" ; return( 1 ) ;} sub testB { print "BBB\n" ; return( 1 ) ;}