Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use warnings;
    ...
    for my $file (@files1, @files2) {
        print "$file\n";
    }
    
  2. or download this
    1
    2
    ...
    4
    5
    6