Perl Shell - A Solution

@argv = @ARGV;

This line copies any additional command line arguments to @argv.

Recall: