- or download this
#!/usr/bin/perl
use NaServer qw(run);
run(@ARGV);
- or download this
#!/usr/bin/perl -w
use warnings;
...
say $msg;
return;
}
- or download this
package NaServerExt;
# this is a wrapper around the *dummy version* of NaServer !!
...
nearly to nothing to do with NetApps NaServer modules!!
=cut
- or download this
#!/usr/bin/perl -w
use warnings;
...
"$case->{'name'}: exit-value as expected" );
}
- or download this
package NaServer;
# this is just a dummy version of NetApps NaServer !!
...
}
1;