This repository has been archived on 2025-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
NeoStats/doc/test2.pl

8 lines
259 B
Perl

sub pkg_load {
print "hello world\n";
print "this is my stupid message\n";
NeoStats::print("and this is a neostats message\n");
}
NeoStats::register( "Test Script 2", "2.0",
"Test Script 2 Description" );
pkg_load();