Return-Path: X-Original-To: apmail-perl-embperl-archive@www.apache.org Delivered-To: apmail-perl-embperl-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0BEA3109BB for ; Thu, 29 May 2014 06:59:35 +0000 (UTC) Received: (qmail 90123 invoked by uid 500); 29 May 2014 06:59:35 -0000 Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 90098 invoked by uid 500); 29 May 2014 06:59:34 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list embperl@perl.apache.org Delivered-To: moderator for embperl@perl.apache.org Received: (qmail 71586 invoked by uid 99); 29 May 2014 06:44:39 -0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) From: Sender: "Gerald Richter" To: "'Donavon Lerman '" , References: <20140528180233.2717.qmail@app01.mss.la1.infostreet.net> In-Reply-To: <20140528180233.2717.qmail@app01.mss.la1.infostreet.net> Subject: AW: Re Disable STDOUT Date: Thu, 29 May 2014 08:44:04 +0200 Message-ID: <055101cf7b09$623fe370$26bfaa50$@ecos.de> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0552_01CF7B1A.25C928A0" X-Mailer: Zarafa 7.1.4-41394 Thread-Index: Ac97CRu0bXDDXGLHQrO+eukQu3Qy2Q== Content-Language: de x-asf-spam-status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS x-virus-checked: Checked by ClamAV on apache.org X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Check-By: apache.org ------=_NextPart_000_0552_01CF7B1A.25C928A0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit $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 ------=_NextPart_000_0552_01CF7B1A.25C928A0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

$savefh =3D 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

------=_NextPart_000_0552_01CF7B1A.25C928A0--