- or download this
.
.
...
.
.
.
- or download this
my $params = HFR::SeaSonde::FileOps->new_operation();
- or download this
my $config_file = exists $args{config_file} ? $args{config_file} :
+$ENV{"HOME"}.'/acorn_perl.yml';
$self = LoadFile $config_file;
- or download this
my @stations = @{$params->{codenames}->{codar_stations}};
- or download this
foreach my $station (@stations) {
my $table_type = $params->{local}->{$station}->{realtime}->{tabl
+e_type}; print $table_type."\n";
}
exit;