Re: overeager editing?

2002-05-26 Thread _brian_d_foy
In article <[EMAIL PROTECTED]>, Jarkko Hietaniemi <[EMAIL PROTECTED]> wrote: > I was syncing the FAQ repository back to bleadperl and I noticed this > change hunk in perlfaq5: > I'm not attached to the disparaging wording or the particular > MacIntosh reference, but the technical fact that a lit

Re: perlfaq5: [multiple answers affected]

2002-05-26 Thread Philip Newton
On Fri, 24 May 2002 12:26:03 -0500, [EMAIL PROTECTED] (_brian_d_foy) wrote: > In article <[EMAIL PROTECTED]>, Philip Newton ><[EMAIL PROTECTED]> wrote: > > > > +If you want to create many anonymous handles, you should > > > +check out the Symbol, FileHandle, or IO::Handle. > > > Either remove

Change 16801: FAQ sync.

2002-05-26 Thread Jarkko Hietaniemi
Change 16801 by jhi@alpha on 2002/05/26 15:56:15 FAQ sync. Affected files ... . //depot/perl/pod/perlfaq5.pod#47 edit . //depot/perl/pod/perlfaq6.pod#38 edit Differences ... //depot/perl/pod/perlfaq5.pod#47 (text) Index: perl/pod/perlfaq5.pod --- perl/pod/perlfaq5.po

overeager editing?

2002-05-26 Thread Jarkko Hietaniemi
I was syncing the FAQ repository back to bleadperl and I noticed this change hunk in perlfaq5: -print $sock "GET / HTTP/1.0" . "\015\012" x 2; -$document = join('', <$sock>); -print "DOC IS: $document\n"; -Note the bizarrely hard coded carriage return and newline in their octal -equ