|
SSH Case Studies in Server Administration | | | | Rating:     / 0 2012-05-09 | | | | | Ready to take your knowledge of SSH to the next level? This nineteen-part article series will cover some advanced topics pertaining to the secure shell. It's excerpted from chapter 11 of the book SSH, The Secure Shell: The Definitive Guide, Second Edition, written by Daniel J. Barrett, Richard E. Silverman and Robert G. Byrnes (O'Reilly; ISBN-10: 0596008953). | | | |
The Transliteration Operator in Perl in Programming Basics | | | | Rating:     / 0 2012-05-02 | | | | | In this third part of a three-part article series on string processing in Perl, you will learn how to use the transliteration operator. This article is excerpted from chapter nine of the book Beginning Perl, Second Edition, written by James Lee (Apress; ISBN-10: 159059391X). | | | |
Perl String Processing Functions in Programming Basics | | | | Rating:     / 0 2012-04-25 | | | | | In this second part of a three-part article series on string processing in Perl, you will learn about the rindex() and substr() functions. This article is excerpted from, teh book Beginning Perl, Second Edition, written by James Lee (Apress; ISBN-10: 159059391X) | | | |
Perl String Processing in Programming Basics | | | | Rating:     / 0 2012-04-18 | | | | | If you're learning how to use Perl, you may already be aware of its power as a text processing language. It gets that power in a number of ways, not the least of which is its built-in string operators and string functions. This three-part article series will show you some of the many ways in which you can process strings in Perl. It is excerpted from chapter nine of the book Beginning Perl, Second Edition, written by James Lee (Apress; ISBN: 159059391X). | | | |
| |
Loop Control Constructs in Programming Basics | | | | Rating:     / 0 2012-03-28 | | | | | In this eighth part of a nine-part article series on control flow structures in Perl, you'll learn how to modify expressions with "while" and how to create loop control constructs. This article is excerpted from chapter three of the book Beginning Perl, Second Edition, written by James Lee (Apress; ISBN: 159059391X). | | | |
Control Flow Constructs: the For and Foreach Loops in Programming Basics | | | | Rating:     / 0 2012-03-21 | | | | | In this seventh part of a nine-part article series on the variety of control structures Perl programmers can use to set up the way a program gets to where it's going, we'll continue our study of loops with the for loop and the foreach loop. This article is excerpted from chapter three of the book Beginning Perl, Second Edition, written by James Lee (Apress; ISBN: 159059391X). | | | |
Loops and Control Flow Constructs in Programming Basics | | | | Rating:     / 0 2012-03-14 | | | | | In this sixth part of a nine-part series on Perl control flow structures, we continue our study of loops. This article is excerpted from chapter three of the book Beginning Perl, Second Edition, written by James Lee (Apress; ISBN: 159059391X). | | | |
Expression Modifiers for Perl Control Flow Constructs in Programming Basics | | | | Rating:     / 0 2012-03-07 | | | | | In this fifth part of a nine-part article series on Perl control structures, you'll learn about expression modifiers, looping statements, and more. This article is excerpted from chapter three of the book Beginning Perl, Second Edition, written by James Lee (Apress; ISBN: 159059391X). | | | |
Logical Operators and Control Flow Constructs in Programming Basics | | | | Rating:     / 0 2012-02-29 | | | | | In this fourth part of a nine-part article series on the variety of control structures Perl programmers can use, we'll take a close look at logical operators. It is excerpted from chapter three of the book Beginning Perl, Second Edition, written by James Lee (Apress; ISBN: 159059391X). | | | |
Comparing Strings with Control Flow Constructs in Programming Basics | | | | Rating:     / 0 2012-02-22 | | | | | In this third part of a nine-part article series on Perl control structures, we'll examine the operators used ot compare strings. This article is excerpted from chapter three of the book Beginning Perl, Second Edition, written by James Lee (Apress; ISBN: 159059391X). | | | |
Perl Operators and Control Flow Constructs in Programming Basics | | | | Rating:     / 0 2012-02-15 | | | | | In this second part to a nine-part series on Perl control structures, we'll delve more deeply into operators and take a look at how to compare numbers. It is excerpted from chapter three of the book Beginning Perl, Second Edition, written by James Lee (Apress; ISBN: 159059391X). | | | |