1-10 of 21 hubssort by Hot | Best | Latest

69

Building a Regular Expression in Perl

IntroductionThis is the sixth part of my series, Regular Expressions in Perl for the Novice. Many of the examples we have come across are simple examples. In this section we look at two examples that are more...

0 comments    build perl regular expression
83

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
67

Regex Groupings in Perl

IntroductionThis is the fourth part of my series, Regular Expressions in Perl for the Novice. In this part of the series, I explain regex Grouping and Capturing in Perl.GroupingsWe can use parenthesis to...

0 comments    group perl regular expression
66

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
Tony-P profile image30

Bulid Your Own Website Free $0.00 , its True !!

Hello everyone! Few days ago I just found this free host with: - 1500 MB of Disk Space - 100 GB Bandwidth - Your own domain hosting- cPanel Control panel- Website Builder - Over 500 website templates ready...

0 comments    business love life
57

Ajax at the Server

IntroductionAt the client browser, what Ajax does is that it calls a file at the server. This file at the server has to be an executable file. The name of this file is part of the URL used by the Ajax at the...

0 comments    technology php server
48

Development Tips and Tricks for each language

know what's going on in a perl script:   PERLDB_OPTS="NonStop AutoTrace" perl -d script.pl   Devel::Trace   Shell script   -x   I have nothing else to add for now but I still need to fill a...

0 comments    perl cplusplus
74

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
68

More Regular Expressions in Perl

IntroductionThis is the eighth part of my series, Regular Expressions in Perl for the Novice. We have learned a lot about regular expressions in Perl. What we have learned would solve many of our problems....

0 comments    more perl regular expression
46

Offshore Perl development by Cat

Perl, or Practical Extraction and Reporting Language is the most powerful scripting language of choice of many people in the international scenario widely used for system administration and web application...

0 comments    technology perl perl development
working