Help for this page

Select Code to Download


  1. or download this
    package CST2;
    use strict;
    ...
    }
    
    1;
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my @patternList = qw(one two three);
    my $count = ArrayCount(@patternList);
    print "$count\n";