#!/usr/bin/perl use strict; use warnings; if(@ARGV) { print "You entered @ARGV\n"; }