Help for this page

Select Code to Download


  1. or download this
    <html>
    <center>
    ...
    <a href= cgi-bin/dice.cgi>
    </center>
    </html>
    
  2. or download this
    #! /usr/bin/perl
    
    ...
    
    #I believe the problem with rollb is on this line#
    print "<a href= dice.cgi?rolla=$dice1 & rollb=$dice2>roll again</a>"