- or download this
package Seismic;
use Seismic::Station;
...
}
1;
- or download this
package Seismic::Line;
...
}
1;
- or download this
package Seismic::Station;
use strict;
...
}
1;
- or download this
#! perl -slw
use strict;
...
);
}
}
- or download this
package Station;
...
...
) / 3.0
);
}
- or download this
for my $stnID ( sort{$a<=>$b} keys %{ $line } ) {
my $stn = $line->{ $stnID };
$stn->adjustAttributes;
}