# ex_06-2

# Learning Perl on Win32 Systems, Exercise 6.2



@ARGV = reverse @ARGV;

print reverse <>;





