Help for this page

Select Code to Download


  1. or download this
        my $pid = open my $kid => "-|";
    
  2. or download this
     
        exec {$file} $file or die "exec() failed: $!\n";
    
  3. or download this
        #!/usr/bin/perl
    
    ...
        }
    
        __END__