Re: Cleanup of perldsc.pod

2001-09-28 Thread Abigail
On Fri, Sep 28, 2001 at 04:11:35PM -0400, John Porter wrote: On Fri 28 Sep 2001 01:37, Abigail [EMAIL PROTECTED] wrote: my $aref = [ [qw /fred barney pebbles bambam dino/], [qw /homer bart marge maggie/ ], [qw /george jane

Re: faq4: Clarification of Variable name in example

2001-10-08 Thread Abigail
On Mon, Oct 08, 2001 at 03:36:29PM -0600, Nathan Torkington wrote: Abigail writes: I don't really like the change. What else could a variable '$array' be, than a reference to an anonymous array? The sigil *does* carry information - just like Larry intended it. Are you worried about

Re: perlfaq5: How can I read in an entire file all at once?

2002-03-13 Thread abigail
is there. And just because there are people inflicting selfpain and using Windows, that doesn't mean the FAQ should be unaware of the existance of Unix. Abigail

Re: Patch perlfaq6.pod :What's wrong with using grep or map in a void context

2002-03-17 Thread abigail
enough to fix. Abigail

Re: perlfaq5: How can I read in an entire file all at once?

2002-03-20 Thread abigail
on a binary file just does whatever it does with any file: it copies the content to standard output. Depending on your implementation of cat, it may have some options to display control characters and characters above 0x7F in a different way. Abigail

Re: perlfaq5: How can I read in an entire file all at once?

2002-03-20 Thread abigail
be a problem since I'm not sure that type doesn't crap out a some point short of the entire file... Well, cat *will* correctly pass all bytes [*]. I didn't think I suggested cat does otherwise. [*] Assuming it's correctly implemented. Abigail

Re: Fisher-Yates shuffle

2002-04-05 Thread abigail
to do with s///. Turning an in-place shuffle into copy-and-shuffle is easy, the other way is impossible. Impossible? I wonder how people manage to sort arrays then array = shuffle array; # Tada! Abigail

Re: Fisher-Yates shuffle

2002-04-05 Thread abigail
. No references, no return in a wierd place, no check for special cases. (Yes, I realize that it swaps element 0 with itself at the end - a fair price for the simplicity) Abigail

Re: Fisher-Yates shuffle

2002-04-12 Thread abigail
5.8 certainly isn't marking 'for' as deprecated, so it won't disappear any sooner than 5.12. BTW, if Larry is going to rename 'for' to 'loop', then he plans to keep it around. Doesn't sound deprecated at all to me. Abigail

Re: Fisher-Yates shuffle

2002-04-12 Thread abigail
edition. Section 3.4.2, Algorithm P, pp 145. Reading: Addison-Wesley, 1997. ISBN: 0-201-89684-2. =item [4] R. Salfi: ICOMPSTAT 1974. Vienna: 1974, pp 28 - 35. =back Abigail

[PATCH] pod/perlfaq4.pod

2002-07-30 Thread Abigail
*** pod/perlfaq4.pod.orig Sat Jun 1 18:37:36 2002 --- pod/perlfaq4.podTue Jul 30 18:49:39 2002 *** *** 570,582 =head2 How do I find matching/nesting anything? ! This isn't something that can be done in one regular expression, no ! matter how complicated. To find

Re: Current Issues with perlipc.pod - should they be fixed?

2010-12-03 Thread Abigail
according to your preferences badly written code doesn't really get people to side with you. Abigail

Re: Current Issues with perlipc.pod - should they be fixed?

2010-12-04 Thread Abigail
pictures, on how to peel potatoes before boiling them, and newbies can only program by cut and pasting piecemeal chunks. Abigail

Re: Current Issues with perlipc.pod - should they be fixed?

2010-12-05 Thread Abigail
Unixians. Abigail

Re: Current Issues with perlipc.pod - should they be fixed?

2010-12-06 Thread Abigail
or Perlmonks with well, for starters following these as these rules, regardless whether that helps answering the question or not. Pursue all you want. Just expect feedback which may not agree with you. Abigail