VantagePro.pm constructor
Or perhaps
sub
new
{
my
$class
=
shift
;
my
$self
=
$class->SUPER
::new(
@_
);
return
$self
; }