my $DEBUG = 0; some_function_call($var); Dumper($var) if $DEBUG > 0; if ( $DEBUG >= 5 ) { some_function_call(); another_function_call(); }