if ($DEBUG) { print STDERR "Debug: some value"; } #### print STDERR "Debug: some value" if $DEBUG; #### if( $Going_by_the_grocery_store ) { pickup_milk(); } or if( $in_my_town ) { meet_for_beer(); }