Help for this page
#include <stdio.h> ... return 0; }
my $ans; ... print "(F)irst,(S)econd,(T)hird\n"; chomp($ans=<STDIN>); }