sub debug print STDERR "" . shift . "" if $DEBUG; }()

in src/lib/view.pm [22:22]


sub debug { print STDERR "[debug] " . shift . "\n" if $DEBUG; }