Re: The Official p5p FAQ by Abigail
On Mon, Mar 29, 2010 at 12:18:37PM -0500, Craig A. Berry wrote:> On Sun, Mar 28, 2010 at 4:46 PM, PerlFAQ Server <joe@example.com> wrote:> > This is a test posting of the official p5p...
View Article[DOC PATCH] Reference 5.12 release in perlfaq by Paul Johnson
-- Paul Johnson - paul@pjcj.nethttp://www.pjcj.net
View ArticleRe: [DOC PATCH] Reference 5.12 release in perlfaq by brian d foy
[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]]Can you put the patch in the message body (or fork the github repo andsend me a pull...
View ArticleAbout "How do I decode or create those %-encodings on the web?" by Peter...
perlfaq9 has the above question, and the answer begins:> If you are writing a CGI script, you should be using the CGI.pm module> that comes with perl, or some other equivalent module.And yes, CGI...
View ArticleRe: About "How do I decode or create those %-encodings on the web?" by brian...
[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]]In article<f6bd282d-ddd2-4709-9c15-145a85ff5cdb@j4g2000yqh.googlegroups.com>,Peter Valdemar...
View ArticleRe: About "How do I decode or create those %-encodings on the web?" by Peter...
On Jun 27, 4:27 am, brian.d....@gmail.com (brian d foy) wrote:> Patches welcome :)CC: Lincoln D. Stein, author of CGI.pmYeah, as soon as I hit "Send" I realized that was a very probablerepsonse :-)...
View ArticleRe: About "How do I decode or create those %-encodings on the web?" by Peter...
On Jun 27, 4:27 am, brian.d....@gmail.com (brian d foy) wrote:> > I suggest one of:> > * Document escape and unescape in perldoc CGI (please, please,> > please!)> > * Elaborate...
View ArticleRe: About "How do I decode or create those %-encodings on the web?" by brian...
[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]]In article<0bf7e3ae-a65d-4718-a2e8-b5e27429a84b@s9g2000yqd.googlegroups.com>,Peter Valdemar...
View ArticleRe: About "How do I decode or create those %-encodings on the web?" by Peter...
Although I'm affraid you might be right, I'm trying to do the best Iknow how:From perldoc CGI (e.g. http://perldoc.perl.org/CGI.html):> Address bug reports and comments to: lstein@cshl.org.:-(Peter
View ArticleRe: About "How do I decode or create those %-encodings on the web?" by brian...
In article<dbee2d8d-1bc1-427c-8dbc-d1ead9ca624e@c33g2000yqm.googlegroups.com>,Peter Valdemar Mørch <pmorch@gmail.com> wrote:> Although I'm affraid you might be right, I'm trying to do...
View ArticleRe: About "How do I decode or create those %-encodings on the web?" by Peter...
> You can always CC authors, but always get it into something that other> people can see. That's why we have RT. Out of date docs can't be> trusted to tell you what to do. :)Ok, so I...
View ArticleThe canonical source for perlfaq is now the perl reop by brian d foy
[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]]Now that the perl sources are in git (meaning committers can easilyhave their own branches), it's...
View ArticleRe: The canonical source for perlfaq is now the perl reop by Craig A. Berry
On Sat, Aug 21, 2010 at 12:32 PM, brian d foy <brian.d.foy@gmail.com> wrote:> [[ This message was both posted and mailed: see> the "To," "Cc," and "Newsgroups" headers for details....
View ArticleRe: The canonical source for perlfaq is now the perl reop by brian d foy
In article<AANLkTinkUqcz0-Hw4DH74FHy6cEUiNnznBQR07YacyyU@mail.gmail.com>, CraigA. Berry <craig.a.berry@gmail.com> wrote:> In that case should the following entry in perl5122delta.pod...
View ArticleRe: The canonical source for perlfaq is now the perl reop by Craig A. Berry
On Tue, Aug 24, 2010 at 7:02 PM, brian d foy <brian.d.foy@gmail.com> wrote:> In article> <AANLkTinkUqcz0-Hw4DH74FHy6cEUiNnznBQR07YacyyU@mail.gmail.com>, Craig> A. Berry...
View ArticleRe: The canonical source for perlfaq is now the perl reop by Craig A. Berry
On Tue, Aug 24, 2010 at 9:45 PM, Craig A. Berry <craig.a.berry@gmail.com> wrote:> On Tue, Aug 24, 2010 at 7:02 PM, brian d foy <brian.d.foy@gmail.com> wrote:>> In article>>...
View ArticleFAQ 4.72 How do I determine whether a scalar is a number/whole/integer/float?...
Suggested change to simplify some regular expressions:*** FAQ_4.72_before Mon Oct 11 18:07:09 2010--- FAQ_4.72_after Mon Oct 11 18:09:57 2010****************** 9,13 **** if (/^[+-]?\d+$/) { print "is...
View ArticleRe: FAQ 4.72 How do I determine whether a scalar is a...
[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]]In article <4CB3903D.80509@uwaterloo.ca>, David Canzi<dmcanzi@uwaterloo.ca>...
View ArticleContribution for Perlfaq3 by David Ljung Madison
First of all, thank you for all the work for creating the perlfaq, it'sa great resource.However, in perlfaq3 there is this question:"How can I hide the source for my Perl program?"The answer is very...
View ArticleRe: Contribution for Perlfaq3 by brian d foy
In article <E1PApyu-0005R1-BB@davesource.com>, David Ljung Madison<dave@davesource.com> wrote:> First of all, thank you for all the work for creating the perlfaq, it's> a great...
View Article