What does a 'scalar' do? 

my $x = 5;
my $x = 3.1415926;
my $x = 'Linonophobia';
my $x = { height => 7, width => 22 };