> Just wanted to clarify this, as I think this may be the part that
   > overlaps with what you're doing. Under this syntax, the object would be
   > called for you automatically, so your prototypes wouldn't have to deal
   > with optional first arguments at all:
   > 
   >    print($FILE, "$stuff");  # $FILE->print($stuff)
   >    print("$stuff");         # main::print($stuff)

How does it know that the second version isn't:

        $stuff->print();

????

Damian

Reply via email to