print( 3 + 4 ); #### print( $text =~ s/this/that/ ); #### print( $num = 3 + 4 );
## print( $text =~ s/this/that/ ); ##
## print( $num = 3 + 4 );