- or download this
#!/usr/bin/env perl
...
# For demo only
use Data::Dump;
dd \@data;
- or download this
$ cat data_000.txt
Annular-Total Eclipse of 2023 Apr 20 - multisite predictions
...
Featherston 175 25. -41 5. 40 4 40 36 325 10
Gisborne 178 5. -38 45. 0 4 38 29 317 10
Great Barrier Is 175 25. -36 15. 0 4 34 15 312 13
- or download this
$ ./parse_000.pl
[
...
"Gisborne\t178\t5.\t-38\t45.\t0\t4\t38\t29\t317\t10",
"Great Barrier Is\t175\t25.\t-36\t15.\t0\t4\t34\t15\t312\t13",
]