Referring to options
Andrew’s way
my
$vpro
= Davis::VantagePro->new(
$device
);
Grant’s way
my
$vpro
= Davis::VantagePro->new(
$opt{
device
}
);