RE: Thread::Use - use a module inside a thread only

2002-07-31 Thread Green, Paul
Maybe an I/O layer should be required to explicitly declare itself thread-safe? (Or whatever thread-xxx term I mean here). Any layer not declared thread-safe should be removed when a new thread is created. (And now perl can print a warning, since it is doing something you might not like might

RE: BEGIN perl-5.9

2002-07-31 Thread Elizabeth Mattijsen
At 01:25 PM 7/31/02 -0400, Geoffrey Young wrote: Convergence: It would be helpful to add features that can ease the transition to perl6. along this line, I'd like to suggest something that I've wanted for a while. perldoc -f no says See the L/use function, which Cno is the opposite of.