Help for this page

Select Code to Download


  1. or download this
          if (length($arg) == 0 or $arg =~ /\s/) {
            $arg = "\"$arg\"";
          }
    
  2. or download this
    my $pid = system 1, 'c:/program Files (x86)/vs.exe';