Help for this page
my $x = 'string'; my $x = 17;
my $x = 5; $x += 1; print $x;
my $x = 5; $x += 1; print 5;