- or download this
<html>
<head>
...
</body>
</html>
- or download this
#!/usr/bin/perl
# script to verify that value is a 4 digit number
...
} else {
print "<p style=\"font-family: courier; color: red\"><-- ERROR: not
+a 4 digit number!</p>\n";
}
- or download this
#!/usr/bin/perl
# script to verify that value is a 4 letter word
...
} else {
print "<p style=\"font-family: courier; color: red\"><-- ERROR: not
+a 4 letter word!</p>\n";
}