On Thu, Jul 28, 2005 at 08:55:17AM +0200, Piotr Fusik wrote: > Note that the $year element is I<not> simply the last two digits of > -the year. If you assume it is, then you create non-Y2K-compliant > +the year. If you assume it is and then you create non-Y2K-compliant > programs--and you wouldn't want to do that, would you?
The original looks more correct. Maybe its using a comma wrong, but it has the proper meaning. > Note that a block by itself is semantically identical to a loop > -that executes once. Thus C<last> can be used to effect an early > +that executes once. Thus C<last> can be used to affect an early > exit out of such a block. effect is a noun. affect is a verb so I think this change is correct. > Sets the current position for the C<readdir> routine on DIRHANDLE. POS > -must be a value returned by C<telldir>. Has the same caveats about > -possible directory compaction as the corresponding system library > +must be a value returned by C<telldir>. C<seekdir> also Has the same caveats > +about possible directory compaction as the corresponding system library > routine. s/Has/has/ > -You can effect a sleep of 250 milliseconds this way: > +You can affect a sleep of 250 milliseconds this way: This is correct. > the original quicksort was faster. 5.8 has a sort pragma for > limited control of the sort. Its rather blunt control of the > -underlying algorithm may not persist into future perls, but the > +underlying algorithm may not persist into future Perls, but the > ability to characterize the input or output in implementation > independent ways quite probably will. See L<sort>. Perl is the language. perl is the program. Its a bit hazy which this is talking about but I think it makes sense that the behavior of a module is in a future version of the language. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern Just call me 'Moron Sugar'. http://www.somethingpositive.net/sp05182002.shtml