Help for this page
# Mimic the way the Unix shell breaks up cmdline into @ARGV. # Before running this script, create a separate test script, g.pl, con +sisting of: ... system($cmd); print "\n"; system { $^X } @args;