Help for this page

Select Code to Download


  1. or download this
    my $cmd = shift;
    
  2. or download this
    my @cmd = split /\s+/, shift;
    
  3. or download this
    $pid{spawn($cmd, split /\s+/, shift @ARGV)} = 1;
    
  4. or download this
    $pid{spawn(@cmd, shift @ARGV)} = 1;
    
  5. or download this
    #!/usr/bin/perl
    
    ...
    ";
      exit 1;
    }