use strict; use warnings; #do something with @ARGV @ARGV = map { lc($_) } @ARGV; system (@ARGV);