#!/usr/bin/perl use warnings; use strict; for my $arg (@ARGV) { print "$arg\n" }