Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -Tw
    use strict;
    ...
    print "Valid test\t= $test1\nInvalid test\t= $test2\n";
    
    exit();