> > BTW, from perl571delta.pod: > > <Quote> > Anonymous temporary files are available without need to > 'use FileHandle' or other module via > > open($fh,"+>", undef) || ... > > That is a literal undef, not an undefined value. > </Quote>
yeah, pretty cool. IIRC there was also talk of open ($fh, ">&foo") or somesuch, which allowed you to read and write to subroutines. cool... --Geoff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
