7 lines
136 B
Perl
7 lines
136 B
Perl
sub pkg_load {
|
|
print "hello world\n";
|
|
}
|
|
|
|
|
|
NeoStats::register( "Test Script 1", "1.0",
|
|
"Test Script 1 description" );
|