Help for this page

Select Code to Download


  1. or download this
    <html>
    <center>
    ...
    <a href= cgi-bin/dice.cgi?roll=1 >roll the dice</a>
    </center>
    </html>
    
  2. or download this
    #! /usr/bin/perl
    
    ...
    print "<a href= dice.cgi>roll again</a>"