#!/usr/bin/env perl use strict; use warnings; my $debug = 1; # ... tralalalalala warn $val if $debug ; # this we want to end!