Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    
    # Process the second file only once
    ...
        }
        say join ',', @results;
    }