Help for this page

Select Code to Download


  1. or download this
    
    my ( $command, $argstring ) = split / /, $string, 2;
    ...
    # args that aren't quoted at all, like --verbose
    push @args, split / /, $argstring;