Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    $| = 1;
    sleep 10;
    print "x\n";
    while (1) { sleep 10; }
    
  2. or download this
    #!/usr/bin/perl
    
    open my $fh, "./child.pl |";
    close $fh;
    
  3. or download this
      ...
      my $active = 1;
    ...
      }
      close $fh;