1-10 of 45 hubssort by Hot Best Latest
ActivePerl Arrays
IntroductionThis is part 9 of my series, Basics of ActivePerl. In ActivePerl an array is a variable to which a list of values is assigned to. Each value (item) is a literal or a variable representing a...
2 commentsCombat Wordpress Spam
Spam, junk advertising, first it stuffed e-mail boxes and then it landed on blogs. How to defend a Wordpress blog from the comments or spam trackback and bots which try to exploit Wordpress trying some kind of...
3 commentsProcessing Text Files with Perl
Photo courtesy JagianPerl was invented by Larry Wall as a tool for processing large data files mainly consisting of text. Perl is an interpreted scripting language that is extraordinarily popular on UNIX and...
0 commentsUsing Regular Expressions in Perl
IntroductionThis is the seventh part of my series, Regular Expressions in Perl for the Novice. We have seen some uses or regex in Perl. We know how to verify if a regex is found in an available string. We...
0 commentsHow Gestalt Therapy Views Depression
Gestalt Therapy & Depression What is Gestalt Therapy? Gestalt Therapy (GT) promotes personal well being by building increased awareness of physical sensations, mind states and orientation to...
3 commentsWeb Programming Concepts Glossary
This is a continuous growing list of terms for Web Programming Concepts. CGI is a simple protocol used to communicate between Web forms and a program written in any language that can read STDIN, write to...
Regex Modifiers in Perl
IntroductionThis is the fifth part of my series, Regular Expressions in Perl for the Novice. Matching is case sensitive. You may not know if what you are looking for is in lower case or upper case or has...
0 commentsActivePerl Variable Types and Context
IntroductionThis is part 11 of my series, Basics of ActivePerl. In this part of the series, we look at what is called ActivePerl data types and what is also called the scalar context and the list...
0 commentsGetting Started with ActivePerl
IntroductionPerl stands for Practical Extraction and Report Language. It is a scripting language, which is very good in manipulating text. Today you can use it to do other things that powerful languages like...
0 commentsActive Perl Subroutines
IntroductionThis is part 12 of my series, Basics of ActivePerl. Now, a Function is a set of statements that perform a specific task. When you will get to writing programs, you will realize that programs are...
0 comments





