Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings FATAL => "shadow";
    use feature 'say';
    ...
    for my $sheep (@sheep) { say $sheep };
    
    say @$sheep;
    
  2. or download this
    perl /home/lanx/perl/pm/sheep.pl
    1
    2
    3
    123