Hello ... I hate to say this, but I think your missing a point. (oh, god, did I just say that to Tom? Oh well, now that I've started, I might as well finish...
mwp@...
Apr 1, 1998 8:00 am
21675
abigail@...
Apr 1, 1998 8:44 am
21676
The problem from what I can see, is what (mime-)type the server thinks the files are. CPAN thinks that .tar.gz files are: Content-Encoding: x-gzip ...
Brock, Gavin
gb83196@...
Apr 1, 1998 9:47 am
21677
... You're deeply out past the deep end here. I see no reason to address a thought-through response to a stupid assumption. --tom...
Tom Christiansen
tchrist@...
Apr 1, 1998 10:43 am
21678
All of my tests show that the compiler is not what you think it is. Please set expectations correctly. --tom...
Tom Christiansen
tchrist@...
Apr 1, 1998 10:58 am
21679
... gzip -dc < ANY NAME YOU WANT Conflating file meta data or internal data format with the namespace is a mistake. It's unneeded. Names are irrelevant. --tom...
Tom Christiansen
tchrist@...
Apr 1, 1998 11:00 am
21680
... Even our own Graham has Microscrew-wrapped text! What is the world coming to? :-( --tom...
Tom Christiansen
tchrist@...
Apr 1, 1998 11:00 am
21681
... Apprently. And But might have preferred you to have said "you're". :-) ... The problem is that if you want to inherit from another class, you have to know...
Tom Christiansen
tchrist@...
Apr 1, 1998 11:06 am
21682
... Wow, more Microscrewery wrapping. Is the p5p gateway screwing this up? Or are there just that many more users with broken mail agents? --tom...
Tom Christiansen
tchrist@...
Apr 1, 1998 11:15 am
21683
... [...] Apparently The Perl Institute (TPI) is working on something like this as well, although the only mention of it on their web page is on the...
Ed Jordan
ed@...
Apr 1, 1998 12:00 pm
21684
... Such artifacts are quite legitimate if handle has been made non-blocking. System is supposed to return what it has, not stall the GUI (say) until "\n"...
Nick Ing-Simmons
nik@...
Apr 1, 1998 12:11 pm
21685
... My view exactly. -- Nick Ing-Simmons <nik@...> Via, but not speaking for: Texas Instruments Ltd....
Nick Ing-Simmons
nik@...
Apr 1, 1998 12:12 pm
21686
... Hmm, that makes it worse: If and only if you eval {} all calls, and handle forwarding of reported errors and you are never going to re-die with result. ...
Nick Ing-Simmons
nik@...
Apr 1, 1998 12:22 pm
21687
... The last one assgns to $x, the others assign to $_ I would want the 3 examples to behave differently. Are you sure yoy really want all 3 to behave...
Mike Stok
mike@...
Apr 1, 1998 2:11 pm
21688
This is a success report for perl from volond@..., generated with the help of perlbug 1.20 running under perl 5.00404. Perl reported to build OK...
Vladimir A.Rozkov
volond@...
Apr 1, 1998 2:51 pm
21689
... No it was me, sorry. I how have NS setup to wrap at 999 -- Graham Barr <gbarr@...> Life would be so much easier if we could just look at the source...
Graham Barr
gbarr@...
Apr 1, 1998 3:07 pm
21690
... Well, someone might as well... Basically, localtime() returns TWO different things, depending on how it is called: I. if it is done like $time =...
I have a life, and I ...
jefpin@...
Apr 1, 1998 3:12 pm
21691
... It is a glibc problem. When glibc is installed it <socket.h> does not include the linux defined socket.h, but instead includes a file <socketbits.h> which...
Graham Barr
gbarr@...
Apr 1, 1998 3:19 pm
21692
%% Tom Christiansen <tchrist@...> writes: tc> Wow, more Microscrewery wrapping. Is the p5p gateway screwing this up? tc> Or are there just that...
Paul D. Smith
psmith@...
Apr 1, 1998 4:37 pm
21693
... Agreed. If Perl can't save-and-restore $@ in these cases (and I think that's unreasonable) it should set it to something like "Died of unknown causes in...
Tom Phoenix
rootbeer@...
Apr 1, 1998 4:42 pm
21694
... Tsk Tsk :-) :-) :-) Go read /usr/doc/libc5/FAQ.gz for the complete story on symlinking /usr/include/linux to /usr/src/linux/include/linux. Andy Dougherty...
Andy Dougherty
doughera@...
Apr 1, 1998 4:58 pm
21695
... I don't think so. I think his point has something to do with this: sub foo { print wantarray ? "array" : "scalar"; } &foo->[0]; Currently, this prints...
Jonathan Scott Duff
duff@...
Apr 1, 1998 5:56 pm
21696
On Wed, 1 Apr 1998, Graham Barr wrote: [reformatted to make Tom C. happy :] ... Hmm. Tricky. I see they were careful to keep the SOCK_ #defines still show up...
Andy Dougherty
doughera@...
Apr 1, 1998 6:06 pm
21697
I'm looking for help from those familiar with the capabilities of the MULTIPLICITY option. I've built perl5.004_04 with MULTIPLICITY on in hopes that I could ...
Steve Yost
syost@...
Apr 1, 1998 6:11 pm
21698
... C> I am working on a Perl based bug/wish database for supporting C> Perl and would like your input on the features that it must have C> To be usable, I...
Chaim Frenkel
chaimf@...
Apr 1, 1998 6:36 pm
21699
Brad_Appleton-GBDA001...
Apr 1, 1998 6:48 pm
21700
Err, I know the difference. I just didn't like Tom claiming that for localtime it's okay to behave differently depending on context but not okay for new...
Chaim Frenkel
chaimf@...
Apr 1, 1998 6:51 pm
21701
... MS> The last one assgns to $x, the others assign to $_ I would want the 3 MS> examples to behave differently. Are you sure yoy really want all 3 to MS>...
Chaim Frenkel
chaimf@...
Apr 1, 1998 6:53 pm
21702
From: Carl_Adler@... X-Lotus-Fromdomain: IDX1 To: orwant@... Date: Wed, 1 Apr 1998 09:07:13 -0800 Subject: Possible "port" contribution To: orwant Hi...
Jon Orwant
orwant@...
Apr 1, 1998 7:16 pm
21703
... So it is reasonable to expect identical behaviour from these: while ( <>) { print $x } while ($_ = <>) { print $x } while ($x = <>) { print $x } This...