use strict;
use warnings;

use Foo::Bar

$n = 42;
$name = "world";
@array = ("1","2","3");
%hash = ("foo":"bar");
my $name = "josh";
