- or download this
<html>
<form action=cgi-bin/vote.cgi method=post>
<h1> Computer Club Voting system<hr></h1>
...
enter your password:<input type=text name=pass>
<input type=submit>
</html>
- or download this
#!/usr/bin/perl
...
}
open (VOTE, ">>voted,txt");
- or download this
#!/usr/bin/perl
...
}
print " thank you for voting";
print "<a href=www.smccme.edu>main page</a>";