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