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
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 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
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