#!/usr/local/bin/perl
use strict;
use warnings;

warn "without \\n";
warn "with \\n\n";