Hi,

So far as I can see select operates globally across all package
namespaces. Which is annoying.

Thus:

$obj = Class->new;
$obj->some_method();    # Calls a select() within package Class
print "wibble;          # prints to modified file handle, not STDOUT!!

Is there some way of making it not do so?

-- 
Jonathan Peterson
Technical Manager, Unified Ltd, +44 (0)20 7383 6092
[EMAIL PROTECTED]

Reply via email to