Redirecting output (print) to stdout

2004-11-15 Thread Leroy G. Blimegger Jr.
Hello All, I have a perl script that can be run from a command prompt or from a VB application. There is a command line switch (f) that determines whether the script is running from a command prompt or if it was called from the VB script. If $opt_f eq 2, then I direct the output of the script

Re: Redirecting output (print) to stdout

2004-11-15 Thread $Bill Luebkert
Glenn Linderman wrote: On approximately 11/15/2004 6:47 PM, came the following characters from the keyboard of Leroy G. Blimegger Jr.: Hello All, I have a perl script that can be run from a command prompt or from a VB application. There is a command line switch (f) that determines whether

RE: Redirecting output (print) to stdout

2004-11-15 Thread Leroy G. Blimegger Jr.
Thanks!! $socket = \*STDOUT; Is what I was looking for!! Lee -Original Message- From: $Bill Luebkert [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 16, 2004 12:29 PM To: [EMAIL PROTECTED] Cc: Perl Win32 Forum (ActiveState) Subject: Re: Redirecting output (print) to stdout