8.17. Diamond operator

Example 8-12. examples/arrays/diamond.pl

#!/usr/bin/perl
use strict;
use warnings;

while (my $line = <>) {
    print $line;
}

If you are interested in on-site trainings by the author, please contact me directly.

Online courses:

Would you like to get
updated when I publish
the next article?

Follow me:

Google Plus Twitter RSS feed