Re: perlretut.pod - minor typo

2006-04-28 Thread Rafael Garcia-Suarez
Simon Taylor wrote in perl.documentation : > I think the author means 'wanted' rather that 'want'. > > (I'm not sure if this is the right forum for this patch, please advise if I > should post this somewhere else). Usually doc patches should be posted to perl5-porters, or patches to perlfaq to pe

Re: Cleaning up bad URLs in the perlfaq

2006-04-21 Thread Rafael Garcia-Suarez
brian d foy wrote in perl.documentation : > http://par.perl.org/index.cgi A recent thread on the PAR mailing list discusses reviving par.perl.org, so I think this link may be back in the near future. -- Every time the wheel is reinvented it turns slower... -- JD in comp.editors

Re: Suggestion for perltrap addition (regarding null characters in strings)

2006-04-05 Thread Rafael Garcia-Suarez
David H . Gutteridge wrote in perl.documentation : > > From browsing the archives of this list, it looks like this is the > place for me to make a suggestion for a documentation addition. > (Apologies if I'm wrong.) Additions and patches to the core perl docs should go to the perl5-porters mailing

Re: [PATCH] perlhist: spelling error?

2005-04-25 Thread Rafael Garcia-Suarez
Steven Philip Schubiger wrote in perl.documentation : > Unless it's a bad pun... > > Steven > > --- pod/perlhist.pod Thu Mar 31 18:19:25 2005 > +++ pod/perlhist.pod Mon Apr 25 11:37:07 2005 > @@ -32,7 +32,7 @@ > > [from Porting/pumpkin.pod in the Perl source code distribution] > > -Chip Salz

Re: perlfunc(1): incomplete select() description

2005-04-08 Thread Rafael Garcia-Suarez
Hernan Perez Masci wrote in perl.documentation : > I have noticed that the description of select perl function in perlfunc > manual > (the one that calls the select(2) syscall) doesn't mention anything about the > possibility of having -1 as a return value when an error occurs. Just like select

Re: perlfaq7: How do I create a static variable?

2005-03-29 Thread Rafael Garcia-Suarez
_brian_d_foy wrote in perl.documentation : >=head2 How do I create a static variable? > > (contributed by brian d foy) > > Perl doesn't have "static" variables, which can only be accessed from > the function in which they are declared. You can get the same effect > with lexical variables, though. >

Re: perlfaq2: Perl books

2005-01-28 Thread Rafael Garcia-Suarez
_brian_d_foy wrote in perl.documentation : > * I normalized some leading white space in some of the book > listings. Some had spaces and some had tabs. Now they > should all look the same regardless of editor settings and > formatter output. > > * I added some of the books from the Apress catalog

Re: Carp::Heavy Stub Documentation

2004-02-06 Thread Rafael Garcia-Suarez
Casey West wrote: > --- perl-current-orig/lib/Carp/Heavy.pm Sat Jan 10 19:01:27 2004 > +++ perl-current/lib/Carp/Heavy.pm Wed Feb 4 17:02:10 2004 Thanks, applied as #22272 to bleadperl.

Re: problems in one or more man pages you maintain

2003-12-13 Thread Rafael Garcia-Suarez
Eric S. Raymond wrote: > > : This is automatically generated email about problems in a man page for which > > : you appear to be responsible. If you are not the right person or list, tell > > : me and I will attempt to correct my database. I've now fixed perlce, perlnetware, DynaLoader, splain, d

Re: problems in one or more man pages you maintain

2003-12-10 Thread Rafael Garcia-Suarez
Eric S. Raymond wrote: > > This one was fixed in a recent version of Perl. For the others, see > > the patch below. They make your system happy, but I don't know if > > they're a correct implementation. > > I'll mark the perlce fix pending, then. Looks like perlnetware.pod would need the same f

Re: Change 18605: [perl #20616] code example in the FAQ that isn't strict-friendly.

2003-01-30 Thread Rafael Garcia-Suarez
Rafael Garcia-Suarez wrote in perl.documentation : > Change 18605 by rgs@rgs-home on 2003/01/30 20:58:52 > > [perl #20616] code example in the FAQ that isn't strict-friendly. > Subject: [perl #20616] Tie::IxHash doc error. > From: Beckett Richard-qswi

Change 18605: [perl #20616] code example in the FAQ that isn't strict-friendly.

2003-01-30 Thread Rafael Garcia-Suarez
Change 18605 by rgs@rgs-home on 2003/01/30 20:58:52 [perl #20616] code example in the FAQ that isn't strict-friendly. Subject: [perl #20616] Tie::IxHash doc error. From: Beckett Richard-qswi266 (via RT) <[EMAIL PROTECTED]> Date: 30 Jan 2003 11:43:17 - Me

Change 18604: FAQ sync.

2003-01-30 Thread Rafael Garcia-Suarez
Change 18604 by rgs@rgs-home on 2003/01/30 20:52:05 FAQ sync. Affected files ... ... //depot/perl/pod/perlfaq.pod#31 edit ... //depot/perl/pod/perlfaq2.pod#61 edit ... //depot/perl/pod/perlfaq3.pod#73 edit ... //depot/perl/pod/perlfaq4.pod#80 edit ... //depot/perl/pod/perlfaq5.pod#53 edi

Re: perlfaq3: How can I make my Perl program run faster?

2003-01-27 Thread Rafael Garcia-Suarez
Robert Spier wrote in perl.documentation : >> * explicity say that sfio may outperform stdio, since perl now >> has perlio > > Is this still accurate? I think the new perlio layer stuff pretty > much invalidates everything else. Apparently yes (look up 'sfio' in the INSTALL file in bleadperl) :

Change 18459: PerlFAQ sync.

2003-01-08 Thread Rafael Garcia-Suarez
Change 18459 by rgs@rgs-home on 2003/01/08 20:48:19 PerlFAQ sync. Affected files ... ... //depot/perl/pod/perlfaq.pod#30 edit ... //depot/perl/pod/perlfaq1.pod#45 edit ... //depot/perl/pod/perlfaq2.pod#60 edit ... //depot/perl/pod/perlfaq3.pod#72 edit ... //depot/perl/pod/perlfaq4.pod#79

Change 18185: PerlFAQ sync.

2002-11-26 Thread Rafael Garcia-Suarez
Change 18185 by rgs@rgs-home on 2002/11/26 21:06:48 PerlFAQ sync. Affected files ... ... //depot/perl/pod/perlfaq.pod#29 edit ... //depot/perl/pod/perlfaq1.pod#44 edit ... //depot/perl/pod/perlfaq2.pod#59 edit ... //depot/perl/pod/perlfaq3.pod#71 edit ... //depot/perl

Re: [PATCH] two small doc patches

2002-11-16 Thread Rafael Garcia-Suarez
Yitzchak Scott-Thoennes wrote: > --- perl/pod/perlfaq2.pod.origThu Aug 22 16:00:46 2002 > +++ perl/pod/perlfaq2.pod Thu Sep 12 13:55:20 2002 I think that perlfaq patches should be directed at the perl-documentation mailing list, where they're integrated into a CVS repository, and later

Re: perlvar entry for $@

2002-07-08 Thread Rafael Garcia-Suarez
Sean M. Burke wrote in perl.documentation : > My first attempt at a doc patch follows. > This corrects an overly narrow description of $@. Well, in fact, core doc patches should go to perl5-porters; this list is for the FAQ pods (which are also duplicated on a separate CVS server.)

Re: Forking the FAQ?

2002-05-21 Thread Rafael Garcia-Suarez
Nicholas Clark wrote in perl.documentation : > > The only concern I might have is about 5.7 (and in future 5.9 things) > "leaking" out into the stable world. But the world is grown up enough to > cope with this, isn't it? Or at least, the part of the world that reads the FAQ ;-)

Re: Keeping perlfaq.pod up to date

2002-01-31 Thread Rafael Garcia-Suarez
guidance > on the writing issues. the initial style guide can simply be the current > style codified. :) -- Rafael Garcia-Suarez

perlfaq7 update (about tainted vars)

2001-11-05 Thread Rafael Garcia-Suarez
Change 13009 by jhi@alpha on 2001/11/14 22:27:12 FAQ sync. Affected files ... . //depot/perl/pod/perlfaq6.pod#26 edit Differences ... //depot/perl/pod/perlfaq6.pod#26 (text) Index: perl/pod/perlfaq6.pod --- perl/pod/perlfaq6.pod.~1~ Wed Nov 14 15:30:06 2001 +++ perl/po

Re: perlfaq tinderbox.

2001-10-22 Thread Rafael Garcia-Suarez
should be in the tinderbox? Check that the questions in perlfaq.pod match the =head2 items in perlfaq\d.pod ? -- Rafael Garcia-Suarez

More perlfaq3 update

2001-10-10 Thread Rafael Garcia-Suarez
A little patch against perlfaq3 (revision 1.6). A little bit of update and advertisement for vim ; also removing a dead link. Correct me if I'm wrong... as I understand it, the more up-to-date version of the perlfaq is in CVS, and the version integrated in bleadperl is updated from there by Jark

Re: Foreign Language Translations of the Docs

2001-09-26 Thread Rafael Garcia-Suarez
Pete Sergeant wrote : > > My current plan is to ask Ask to set up a bunch of > perl.documentation.languagename where people can post diff files and discuss > the docs. We should also probably maintain a central site for foreign > language translations, where people can pick up different versions