#!/usr/bin/perl use strict; use warnings; no warnings 'uninitialized'; my $foo; print "cool daddy-o\n" if $foo eq 'bar';