#!/usr/bin/env perl use strict; use warnings; my $foo = "foo"; my $bar; # $bar is uninitialized -- it has no value. my $foobar = $foo . $bar;