Actually, this is a web-based game.
I'm tring to figure out how to win it every time.
The code...
...
@b=(1,2,3,4,5,6);
$a1=$b[rand (@b)];
if($form_input eq $a1){You win and get some credits}
if($form_input ne $a1){Lose}
Can I put append something to the URL to make me a winner?