Hello. With a pearl is not yet familiar at all . There is the simplest html-form, previously validated by js, not the essence. The request goes to the file testing.cgi (Perl-script), which should do something and execute (display a message, for example, in a browser window):
#!perl.exe -w print "Content-type: text/html\n\n"; print "HELLO, WORLD!!!"; However, the listing itself is displayed in the browser window, not the result of the script. I work with an openserver, did everything (+ -, there are some discrepancies in connection with the date of the article) for this article
Well, yes, if someone wants to advise some useful source of information or throw it in itself regarding the work of the bundle of pearls + browser - I will be glad, because here ya teapot =))
Server configuration (apache-2.2_server.conf): https://drive.google.com/open?id=0B4Lgg48y5uNaSGtnTGN3X1NBT1k
UPD! so, sir, I'm an idiot ... I just ran the file itself in the address bar, not through the form. when sending form data to this file (via action), I get: 
BUT if you specify the .pl extension in action, then everything works. on a lab the cgi-script is necessary.
#!perl -w(without .exe). - PinkTux