Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use NaServer qw(run);
    run(@ARGV);
    
  2. or download this
    #!/usr/bin/perl -w
    use warnings;
    ...
        say $msg;
        return;
    }
    
  3. 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
    
  4. or download this
    #!/usr/bin/perl -w
    use warnings;
    ...
           "$case->{'name'}: exit-value as expected" );
    }
    
  5. or download this
    package NaServer;
    # this is just a dummy version of NetApps NaServer !!
    ...
    }
    
    1;