On Fri, Sep 26, 2003 at 08:30:29PM -0700, [EMAIL PROTECTED] wrote:
> Is this a current or outdated call? main'stderr

That's old-fashioned, but it doesn't seem to have been 
deprecated (no warnings, at least).

In point of fact, it's better to use the capitalized STDERR,
since it's one of the magic names that always gets forced into
package main.  To qualify lowercase "stderr", though, you can 
use the more modern "main::stderr" and the funny-looking
"main'stderr" interchangably.

-- 
Steve

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to