- or download this
use strict;
use lib ("./Lib");
use Datum;
my $datum = new Datum;
- or download this
package Datum;
...
}
1;
- or download this
C:\Tmp\debug.4>perl driver.pl
function 'heights_agl' already defined, overrides struct accessor meth
+od at Lib/Datum.pm line 8.
...
C:\Tmp\debug.4>perl -v
This is perl 5, version 16, subversion 3 (v5.16.3) built for MSWin32-x
+64-multi-thread
- or download this
$ perl driver.pl
function 'heights_agl' already defined, overrides struct accessor meth
+od at Lib/Datum.pm line 8.
...
This is perl 5, version 26, subversion 1 (v5.26.1) built for x86_64-li
+nux-gnu-thread-multi
(with 67 registered patches, see perl -V for more detail)