1-10 of 45 hubssort by Hot Best Latest

69

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 comments    perl activeperl arrays
83

Combat 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 comments    technology wordpress spam
Photo courtesy Jagian68

Processing 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 comments    technology computer programming
79

Using 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 comments    use perl regular expression
irishphoenix profile image78

How 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 comments    health relationships depression
65

Web 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...

technology education programming
85

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 comments    perl regular expression modifier
62

ActivePerl 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 comments    types perl variable
61

Getting 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 comments    tutorial introduction perl
57

Active 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    function perl subroutines
working