- or download this
package CathRecord;
require XML::DOM;
use strict;
...
return $obj-{'PatDemo'};
}
- or download this
H:\My Documents\HemoKit>perl m6.pl
Couldn't open CathRecord=HASH(0x234ee0):
No such file or directory at CathRecord.pm line 25
- or download this
#!/usr/bin/perl -w
use XML::DOM;
use CathRecord;
...
my $obj = CathRecord->new();
my @sa = $obj->CamPatDemo($file);