Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
       
       return scalar @aonly;
    }
    
  2. or download this
    my @report = qw(one one two);
    my @file   = qw(one two two);