Mailing List Archive

Re Disable STDOUT
This is great...

"You can send it to a file (e.g. /dev/null):

open FH, "/dev/null" ;
select (FH) ; # send STDOUT to FH

Is that what you want?

Gerald"

Is there a way to set STDOUT back embperl OUT and to the browser after this?

~Donavon
AW: Re Disable STDOUT [ In reply to ]
$savefh = select (FH) ;
















..
















select ($savefh) ;
















should work
















Regards
















Gerald





























Von:


Donavon Lerman [mailto:donl@mycopanet.com]


Gesendet:
Mittwoch, 28. Mai 2014 20:03


An:
embperl@perl.apache.org


Betreff:
Re Disable STDOUT

















This is great...





"You can send it to a file (e.g. /dev/null):



open FH, "/dev/null" ;

select (FH) ; # send STDOUT to FH



Is that what you want?



Gerald"





Is there a way to set STDOUT back embperl OUT and to the browser after this?
















~Donavon