- or download this
package slib;
...
} elsif ($type == SM_TTL_REC) {
[...]
}
- or download this
require 'slib.pl';
[...]
$stat = &slib::ABC(SM_HDR_REC);
- or download this
$stat = &slib::ABC($slib::SM_HDR_REC);
- or download this
$stat = &slib::ABC(&slib::SM_HDR_REC);