Help for this page
<html> <body> ... </body> </html>
#!/usr/bin/perl -w use strict; ... my $status = ($rand_status) ? "Cool" : "Froody"; return $status; }