3 # $Header: op.crypt,v 1.0 87/12/18 13:13:17 root Exp $
7 # this evaluates entirely at compile time!
8 if (crypt('uh','oh') eq 'ohPnjpYtoi1NU') {print "ok 1\n";} else {print "not ok 1\n";}
12 if (crypt($uh,'oh') eq 'ohPnjpYtoi1NU') {print "ok 2\n";} else {print "not ok 2\n";}