Comparing arrays is easy using a variable for indexes, also you will need other variables to record every successful comparison: #!/usr/bin/perl use strict; ...
確定! 回上一頁