#!/usr/bin/perl; use strict; use warnings; #this file is: file_3.pl #command used: >perl file_3.pl -file_1 -file_2 print "$_\n" for @ARGV; __END__ C:\Projects_Perl\testing>perl file_3.pl -file_1 -file_2 -file_1 -file_2