Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    # modtest.pl
    ...
    print qq(The return value from testMod is $testing\n);
    exit;
    
  2. or download this
    # CART::Validate
    package CART::Validate;
    ...
    }
    
    1;