Help for this page

Select Code to Download


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