Question:
Why should I learn Perl-CGI and HTML?
?
2014-03-31 12:06:08 UTC
Hello guys, im gonna take a web based development course and this is the description:

include HTML fundamentals and CGI-PERL scripting. Assignments will involve programming online search routines and web-based industrial engineering applications.

can I actually develop a web site??thanks guys
Three answers:
Unca Alby
2014-03-31 17:18:02 UTC
Yes, of course you can.



You can install an Apache server to any popular PC (Windows, Apple, Linux) to use as your Web Server, and use your browser to test the web pages you write. (Windows has something specific to Microsoft, but why bother? Apache works on everything, it's free, and the vast majority of web servers use it.)



If it's Windows, you can install Strawberry Perl. Otherwise, just install regular Perl, which for non-Windows is probably already there anyway.



Of course, if you want the General Public to visit your pages, you'll have to get a paid web hosting service. But you still might want just the local set up for practice. Upload it to your public service after you've tested it locally.



Search for public web hosting services, such as GoDaddy, HostGator, etc. There might be some free ones, but they're generally free by forcing your pages to present advertising.



But if you just want the practice for school assignments or learning, don't bother with the web hosting services. Just hook up your own machine with Apache and Perl. Once you get it working with Apache and Perl, no matter the platform, you'll be able to eventually migrate it to a web hosting service when you're ready.
anonymous
2014-04-01 06:46:39 UTC
Believe in yourself. You can code of course. There is no harm in trying. Install locally wamp in your computer if your os is Windows and Xampp if you are using Linux. Code the using code editors suchas notepad++ and dreamweaver then place it under your www directory. See the result in your browser.
anonymous
2014-04-16 20:58:28 UTC
do design web page you must learn Perl-CGI and HTML


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...