Tag Archives: Perl

Perl CGI and Javascript Cookies Primer Tutorial

Today we follow up on yesterday’s relevant Perl CGI Redirect Primer Tutorial to venture further into the world of CGI (Common Gateway Interface) on our Apache/PHP/MySql web server. In our tutorial today we consider the use of cookies with Perl … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , , , , | Leave a comment

Perl CGI Redirect Primer Tutorial

Today we venture into the world of CGI (Common Gateway Interface) on our Apache/PHP/MySql web server. So what language is default for CGI work on such a web server? It could be Perl or Python, or maybe something else like … Continue reading

Posted in eLearning, Software, Tutorials | Tagged , , , , , , , , , , , , , | 1 Comment

Apache WebServer on Mac and The Three P's Primer Tutorial

Today’s tutorial shows a web scenario that utilizes The Three P’s with a local Apache web server (at http://localhost/) on a Mac laptop (Mac OSX 10.7.5, Apache/2.2.22 (Unix), mod_wsgi/3.3, Python/2.6.7, PHP/5.3.15) opening up its Web Sharing arrangements, building on the … Continue reading

Posted in eLearning, Software, Tutorials | Tagged , , , , , , , , , , , | Leave a comment

Perl XML and DTD Validate Primer Tutorial

The XML Validation subject area is quite complex. The reason for this is that when there is intelligence in your data, as XML often has, it can be organized in a variety of ways. One approach with XML data is … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , | 1 Comment

Perl Form Validation Primer Tutorial

In tutorial here we use Perl code to validate an HTML form element’s input tag data using regular expressions, as described by Wikipedia below: In computing, a regular expression (abbreviated regex or regexp) is a sequence of text characters, some … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , | Leave a comment

Perl Primer Tutorial

Here is a tutorial that introduces you to some aspects of Perl. Perl is a high-level, general-purpose, interpreted, dynamic programming language. Though Perl is not officially an acronym,[4] there are various backronyms in use, such as: Practical Extraction and Reporting … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , | Leave a comment