#!/usr/bin/perl 

$x = 3;


print "The value of \$x is $x.\n";
