... +++ ./pod/perlxstut.pod Tue Nov 30 21:24:52 1999 @@ -28,11 +28,33 @@ configured to use. Running "perl -V:mak =head2 Version caveat -This tutorial tries...
Ilya Zakharevich
ilya@...
Dec 1, 1999 8:11 am
59872
... +++ ./pod/perlxs.pod Wed Dec 1 02:54:48 1999 @@ -6,27 +6,61 @@ perlxs - XS language reference manual =head2 Introduction -XS is a language used to create...
Ilya Zakharevich
ilya@...
Dec 1, 1999 8:14 am
59873
This is a bug report for perl from fluffy@..., generated with the help of perlbug 1.26 running under perl 5.00503. ... [Please enter your report here]...
Martyn Pearce
m.pearce@...
Dec 1, 1999 8:53 am
59874
Some variables don't seem to be checked by the strict pragma, eg. $a, $b Perl versions tested: 5.004_04 (Solaris), 5.004_64 (Windows NT) The following code...
Juerg Schulthess
juerg_schulthess@...
Dec 1, 1999 11:09 am
59875
... That's a feature. 'use strict' doe"sn't check for '$a' nor '$b' so you can use them in 'sort' without complain. Hope it helps François Désarménien...
François Désarm...
desar@...
Dec 1, 1999 11:35 am
59876
Hi, ... $a and $b are special (for use in sort() code). -- Matthias Urlichs | noris network GmbH | smurf@... | ICQ: 20193661 The quote was...
Matthias Urlichs
smurf@...
Dec 1, 1999 11:36 am
59877
How do I close this ticket? -- J. Schulthess ===== <pre> Juerg Schulthess .`'´. (o o) -=-=-=-=-=-=-=-oOOo-(_)-oOOo-=-=-=-=-=-=-=-=-=-=-=-=-=-= ...
Juerg Schulthess
juerg_schulthess@...
Dec 1, 1999 12:38 pm
59878
François Désarménien wrote ... True enough. But given the frequency with which this comes up, it's certainly a bug that it's not documented. Patch for...
M.J.T. Guy
mjtg@...
Dec 1, 1999 2:38 pm
59879
... Sybperl related errors should be directed to the sybperl mailing list, at sybperl-l@.... See my web page for subscription details. ... Note that...
Michael Peppler
mpeppler@...
Dec 1, 1999 3:12 pm
59880
... Ilya> I remember some discussion for making list context m//gc behave differently. Ilya> What was the result? If I recall (since it was me that brought it...
Randal L. Schwartz
merlyn@...
Dec 1, 1999 3:28 pm
59881
Ilya Zakharevich <ilya@...> wrote ... To avoid confusion, I think all mention of "false" needs to be expunged. Suggested patch for 5.005_62...
M.J.T. Guy
mjtg@...
Dec 1, 1999 3:35 pm
59882
... Granted, but 4.2 shows the same behaviour here, just like egcs. Sorry, I really do not want to molest. I'll be very happy to test any fixes I eventually...
Marek Rouchal DAT CAD...
marek.rouchal@...
Dec 1, 1999 5:15 pm
59883
... I have use 5.005; in mine ;-) -- Nick Ing-Simmons <nik@...> Via, but not speaking for: Texas Instruments Ltd....
Nick Ing-Simmons
nik@...
Dec 1, 1999 5:56 pm
59884
This is a bug report for perl from goevert@..., generated with the help of perlbug 1.27 running under perl 5.00562. ... [Please enter your...
Norbert Goevert
goevert@...
Dec 1, 1999 6:05 pm
59885
... Fine, but your modules probably rely on *hundreds* of features/bugfixes which appeared in 5.005 ;-). Thus it makes little sense to list the reasons for...
Ilya Zakharevich
ilya@...
Dec 1, 1999 6:20 pm
59886
The all archives at http://www.xray.mpe.mpg.de/mailing-lists/ will not be available between between 31-Dec and 2-Jan. (All hosts in the institute will shutdown...
Achim Bohnet
ach@...
Dec 1, 1999 6:45 pm
59887
... I think the error is rather misguided for explicit exits. It is also a constant annoyance for people who embed interpreters and execute bits of code with...
Gurusamy Sarathy
gsar@...
Dec 1, 1999 6:51 pm
59888
... Achim> The all archives at http://www.xray.mpe.mpg.de/mailing-lists/ Achim> will not be available between between 31-Dec and 2-Jan. Achim> (All hosts in...
Randal L. Schwartz
merlyn@...
Dec 1, 1999 7:34 pm
59889
In article <199912010856.IAA09792@...>, ... The error is given when these are parsed as map EXPR not map BLOCK where the EXPR is an...
Yitzchak Scott-Thoennes
sthoenna@...
Dec 1, 1999 7:50 pm
59890
I got a better idea: Why not simply remove all uses of umask from all the code in any Makefiles, install scripts, etc. Why should these things be enforcing...
Tom Horsley
Tom.Horsley@...
Dec 1, 1999 8:17 pm
59891
... Why the 1? A successful require will always return a true value. If not, it's a bug. Larry...
Larry Wall
larry@...
Dec 1, 1999 8:25 pm
59892
... I'd tend to agree with that. There are undoubtedly some cases where chmod is required (HP/UX shared libraries need the +x bits set, for example), but most...
Andy Dougherty
doughera@...
Dec 1, 1999 8:27 pm
59893
... Probably because qw and qr didn't exist when the {"a",1} dwimmer was written. Not that I think either of those is likely at the front of an anonymous hash....
Larry Wall
larry@...
Dec 1, 1999 8:49 pm
59894
This is a bug report for perl from dan@..., generated with the help of perlbug 1.26 running under perl 5.00503. ... [Please enter your report here] The...
Dan Sugalski
dan@...
Dec 1, 1999 8:55 pm
59895
... main::lock() ... Of course, the question is what to do about this? Part of me's tempted to have toke.c check the CV slot to see if there's anything there,...
Dan Sugalski
dan@...
Dec 1, 1999 8:59 pm
59896
... I seem to remember from a long time ago that there were a lot of clueless installers, and we got a stream of complaints that permissions were wrong. Those...
Nick Ing-Simmons
nick@...
Dec 1, 1999 9:00 pm
59897
... Hi, thanks for all the replies. Having put -Dr to good use I fully understand what is happening with my example script. However, I'd like to put a case...
ralph.corderoy@...
Dec 1, 1999 9:06 pm
59898
... Probably. But this way one frees himself from thinking. ;-) "Always put 1 at the end of evals which are checks for fatal errors." Ilya...
Ilya Zakharevich
ilya@...
Dec 1, 1999 9:10 pm
59899
... Hi, I agree it's as documented but since eof() is testing the magic <> filehandle, which is main'ARGV internally but with magic that can't be accessed from...
ralph@...
Dec 1, 1999 9:21 pm
59900
... Have you tried do { } until eof() ? That may allow you to do what you want. Ronald...