my $cmd = [ p4 => 'where', $savefile ]; my $cmd = [ qw( p4 where ), $savefile ]; my $cmd = [ 'p4', 'where', $savefile ];