Help for this page

Select Code to Download


  1. or download this
    #getresult 
    while(<OUT>){......}
    
  2. or download this
    if( sysread( OUT, my $buffer, 2048 ) > 0 ){ print $buffer }
    
  3. or download this
    #!/usr/bin/perl
    use warnings;
    ...
       print IN "$cmd\n";
    }