Help for this page

Select Code to Download


  1. or download this
    local *REAL_STDIN;
    open(REAL_STDIN, ">&STDIN");
    $this->{'_stdin'} = *REAL_STDIN;
    
  2. or download this
    if (defined($this->{'_stdin'})){
         local *REAL_STDIN = $this->{'_stdin'};
    ...
              return -3;
         }
    }
    
  3. or download this
    #<snip>
    if(!(open STDOUT, ">>&STDOUT")){
    #<snip>