Help for this page
#!/usr/bin/perl open(STDERR,'<&STDOUT'); require 'cgi-lib.pl'; ... } else { print "Your name is ", $input{name} || "Slim Shady"; }