# C:\temp>test.pl --drive E # My argv's are and # drive is # C:\temp>perl test.pl --drive E # My argv's are --drive and E # drive is E use 5.18.2; say ("\tMy argv's are $ARGV[0] and $ARGV[1]");