On Sun, 31 Oct 1999 19:54:32 -0500, Ilya Zakharevich ... The *semantics* of the program are nonportable: the program expects to find a file with a '*' in it's...
Jan Dubois
jand@...
Nov 1, 1999 8:35 am
58770
I don't want to start any religious arguments. If we're not supposed to grandfather coding style, ignore this patch. Simon ... *************** ... djSP; SV...
Simon Cozens
simon@...
Nov 1, 1999 10:10 am
58771
From: jand@... [mailto:jand@...] ... Thanks. I must admit that I was somewhat losing track of precisely what in the discussion counted...
Moore, Paul
Paul.Moore@...
Nov 1, 1999 10:43 am
58772
Dear perl5-porters, please tell me where I can download the IPC Open2 and Open3 modules from. I can't find them anywhere under the normal place which is ...
paul.curtis@...
Nov 1, 1999 11:25 am
58773
Thanks for your advice. From: "M.J.T. Guy" <mjtg@...> Subject: Re: [ID 19991029.002] problem on type globbing on solaris2.6 Date: Fri, 29 Oct 1999...
Hiroya INAKOSHI
inakoshi@...
Nov 1, 1999 12:40 pm
58774
... Something like that should likely be done. --tom...
Tom Christiansen
tchrist@...
Nov 1, 1999 1:16 pm
58775
... No, you're not. But the main CPAN site is moving to a new server and you probably found something going wrong. I forward your message to cpan@... so...
François Désarm...
desar@...
Nov 1, 1999 3:23 pm
58776
... and Open3 ... probably ... Actually yes he is. The IPC::Open2 and IPC::Open3 modules are part of the core. They should already be installed. Dan ... Dan...
Dan Sugalski
dan@...
Nov 1, 1999 3:25 pm
58777
... Oops, you're right. I remembered I had to download IPC::Open2, but it was quite long ago. Sorry for the noise François Désarménien...
François Désarm...
desar@...
Nov 1, 1999 3:34 pm
58778
I've been watching the modlist for the last few months, and basically nothing since roughly June seems to have made it into the updated lists. For example, the...
Benjamin Franz
snowhare@...
Nov 1, 1999 3:34 pm
58779
My apologies, and sincere thanks to you both for finding the time to answer this RTFM-level enquiry. I didn't believe my O'Reilly Perl book which told me that...
paul.curtis@...
Nov 1, 1999 4:02 pm
58780
... Just as there are occasional reasons for wanting to put the conditional after the statement, there are occasional reasons for wanting to put the list after...
Larry Wall
larry@...
Nov 1, 1999 4:50 pm
58781
Benjamin Franz [snowhare@...] quoth: *> *>This is having ripple effect consequences as other things like *>the search.cpan.org seem to rely on the...
Elaine -HFB- Ashton
elaine@...
Nov 1, 1999 6:21 pm
58782
The following gives the link that will take the curious straight to the list of mailing lists (rather than the top of the online resources page), as well as...
David H. Adler
dha@...
Nov 1, 1999 6:37 pm
58783
... I do not follow. Suppose the program will *do* something if it *doesn't* find anything with a star. ... I repeat: I do not care about customary meanings....
Ilya Zakharevich
ilya@...
Nov 1, 1999 6:44 pm
58784
On Mon, 1 Nov 1999 10:46:17 -0000 , "Moore, Paul" ... Yes (if the maintainers of all the DOSISH ports agree :-). ... I haven't checked, but I believe it should...
Jan Dubois
jand@...
Nov 1, 1999 7:35 pm
58785
begin 644 patch-5.005_62_epoc.gz M'XL("(K-'#@``W!A=&-H+34N,#`U7S8R7V5P;V,`S9QY<]I(&L;_3CY%AV1W M["SF:.<DFZE@3&QVN`KA9*=*5:Y&-*"UD+0Z?&R<^>S;K0L)I/?M;$VEUD4, ...
Olaf Flebbe
olaf@...
Nov 1, 1999 7:45 pm
58786
On Mon, 1 Nov 1999 13:47:55 -0500, Ilya Zakharevich ... Granted. But the code is still not portable because i cannot create the special semaphore file...
Jan Dubois
jand@...
Nov 1, 1999 7:55 pm
58787
Applied. Thanks. -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack Cohen...
Jarkko Hietaniemi
jhi@...
Nov 1, 1999 8:01 pm
58788
... Please see my "module list catchup" posting http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1999-10/msg00903.html Since that posting the situation...
Andreas J. Koenig
andreas.koenig@...
Nov 1, 1999 9:01 pm
58789
... Hmmm....Ok. Now I'm confused. I uploaded them after posting to the modules list with their DSLI codes and description back in June - and one module I...
Benjamin Franz
snowhare@...
Nov 1, 1999 10:02 pm
58790
... So you cannot make the program die with a message "panic: confusing directory structure." So what? ;-) ... If it does not exist, sure. But you want to...
Ilya Zakharevich
ilya@...
Nov 1, 1999 10:24 pm
58791
Ok, here is my next version of Win95/command.com support. This builds cleanly for me with the exception of a circular dependency somewhere (I have to manually...
Benjamin Stuhl
sho_pi@...
Nov 1, 1999 11:09 pm
58792
... This is a plug only. It fixes a bug, but uncovers yet another pessimization in the optimizer... Enjoy, Ilya ... +++ ./t/op/pat.t Mon Nov 1 18:08:47 1999 ...
Ilya Zakharevich
ilya@...
Nov 1, 1999 11:10 pm
58793
... [ patch to warn of (map and)? grep in void context ] ... Isn't the point that (void)'grep EXPR, LIST' is now better written as 'EXPR for LIST'? Or am I...
Hugo
hv@...
Nov 1, 1999 11:19 pm
58794
... The principal problem is that there's no other code currently in place which works like this. The nearest is the C:* code, which looks for patterns of the...
Paul Moore
gustav@...
Nov 1, 1999 11:36 pm
58795
... It really doesn't bother me if people want to use grep or map in a void context. It didn't bother me before there was a for modifier, and now that there...
Larry Wall
larry@...
Nov 1, 1999 11:45 pm
58796
... Wouldn't it be better to discard return values in void context, possibly warning if $_ is used in the block? That'd make remove the objection to map/grep...
Nathan Torkington
gnat@...
Nov 2, 1999 12:15 am
58797
This is a bug report for perl from michael@..., generated with the help of perlbug 1.26 running under perl 5.00503. ... [Please enter your report here]...
Michael Fowler
michael@...
Nov 2, 1999 1:00 am
58798
... Nor am I bothered, but it does seem a shame that: map { $sum += $_ } @list; .. is so slow. I thought a patch to fix that had been submitted some time back,...