News

I'm still catching up with Powershell v2 (just as Powershell v3 is in beta; I'll never get a ahead of the curve). These little tips really help me out. More options ...
Creating arrays in PowerShell is a common occurrence for any scripter. Arrays are an important data structure in any language and PowerShell is no different. However, not all arrays are the same. In ...
These arrays employ numeric values — 1, 2, 3 and so on — as their indices. Since most scripting and programming languages start indexed arrays with element 0, we have done so in the examples ...
To see how associative arrays work, we’re going to look at both the Korn shell and Perl, though only the newest version of the Korn shell (referred to as “korn93”) supports associative arrays.