Help for this page

Select Code to Download


  1. or download this
    package CathRecord;
    require XML::DOM;
    use strict;
    ...
        return $obj-{'PatDemo'};
    
    }
    
  2. 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
    
  3. or download this
    #!/usr/bin/perl -w
    use XML::DOM;
    use CathRecord;
    ...
    
    my $obj = CathRecord->new();
    my @sa = $obj->CamPatDemo($file);