#! /usr/bin/perl use strict; use warnings; print $ARGV[0]; print $ARGV[1]; print $ARGV[2];