$savefh = select (FH) ; .. select ($savefh) ; should work Regards Gerald Von: Donavon Lerman [mailto:d...@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
- Re Disable STDOUT Donavon Lerman
- AW: Re Disable STDOUT richter