Perl: Looping through an array
Articles may may have files attached at the end of the post
Submitted by chantra on Fri, 04/04/2008 - 16:40
How to go through each elements of an array.
will output
$ perl array.pl
Using the default implied scaler ($_)
element1
element2
element3
Using a variable
element1
element2
element3












