Help for this page
use CGI::Carp qw(fatalsToBrowser);
#!/usr/bin/perl use warnings; ... print start_html; print "Your favorite Tapas place in Barcelona was $value"; print end_html;