Help for this page

Select Code to Download


  1. or download this
    select STDOUT;
    $|=1;
    ...
    printf "%d testpipe.pl done\n", scalar time();
    
    exit 5;
    
  2. or download this
    use lib '.';
    use ProcOpen;
    ...
    }
    
    print "WORKED!!\n";
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    
    
    1;