Help for this page

Select Code to Download


  1. or download this
    # 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;