- or download this
my $objectBlah = Blah::Object->new();
- or download this
my $foo = $bar->new();
- or download this
my $foo = new Bob::Object;
- or download this
my $constantStuff = Bob::Constants::CONSTANT_STUFF;
- or download this
my $bob = new Bob::Object;