Search the web
Sign In
New User? Sign Up
perl5-porters
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 13058 - 13087 of 89846   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13058
... Does this also work in service (which would be the case for IIS in the future) ?...
Gary Ng (Winclient)
garyn@...
Send Email
Dec 1, 1997
6:49 pm
13059
... I would think that the default would almost _have_ to be pass by value, since you probably won't be _calling_ a named-arg sub with just a single (named)...
Benjamin Holzman
bholzman@...
Send Email
Dec 1, 1997
6:03 am
13060
Yes, if you set the environment variable to be a "System" one, not just a User one...(You need to be an administrator to do this, BTW). Jeff...
Jeff Urlwin
jurlwin@...
Send Email
Dec 1, 1997
6:11 am
13061
... I don't understand. Perl always passes parameters by references now. There's nothing about named parameters that would make it impossible to continue...
chip@...
Send Email
Dec 1, 1997
6:45 am
13062
... I don't see why not (just set it for the priveleged-user the service is running as, or set it system-wide). - Sarathy. gsar@......
Gurusamy Sarathy
gsar@...
Send Email
Dec 1, 1997
6:39 am
13063
... It's simple; what don't you understand -- I'm obviously a moron :-) Let me apologize for acting the fool. Despite what I said, I think there's still a...
Benjamin Holzman
bholzman@...
Send Email
Dec 1, 1997
7:19 am
13064
... Ah, no, just a bit confused. :-) ... Hm. Well, assuming you meant C<++$bar> instead of C<$bar++>, then I suggest that it should do the same as the...
chip@...
Send Email
Dec 1, 1997
7:46 am
13065
... Quite so. I'm not a Python user, so I may be wrong, but this list of new things in Python 1.5 seems to reflect Perl's influence, and not just in the "re"...
chip@...
Send Email
Dec 1, 1997
8:58 am
13066
... Yes, when I created the patch I sloppily failed to notice that I had already applied the no-coredump-on-'42 until forever' patch, which modifies that part...
chip@...
Send Email
Dec 1, 1997
9:28 am
13067
This is a bug report for perl from rjk@..., generated with the help of perlbug 1.17 running under perl 5.004. ... [Please enter your report...
Tamias Striatus
chipmunk@...
Send Email
Dec 1, 1997
10:06 am
13068
Finally I found someone with some understanding of sockets to look at the following. If somebody on p5p can add something, do not hesitate to do so. Thanks, ...
Ilya Zakharevich
ilya@...
Send Email
Dec 1, 1997
12:30 pm
13069
... ^ What does the x mean? Does it need to be there? It'll complicate code that wants to do ... if $Config{osvers} >= 4.0; Tim....
Tim Bunce
Tim.Bunce@...
Send Email
Dec 1, 1997
5:44 pm
13070
Path: news.kpbank.ru!osfa.hq.kem!sova From: sova@... (Vladimir Sovetov) Newsgroups: comp.lang.perl.misc Subject: Seems to be just another 5.004_* bug:-(...
Vladimir Sovetov
sova@...
Send Email
Dec 2, 1997
2:22 am
13071
... And a comment in the source would make learning faster and easier for all. Tim....
Tim Bunce
Tim.Bunce@...
Send Email
Dec 1, 1997
6:16 pm
13072
... Less useful, breaks existing code. ... 5.003, 5.001, (and earlier versions also I imagine) do it this way, and existing code (minivend 2.0 for one) relies...
Marc Rouleau
mer@...
Send Email
Dec 1, 1997
3:25 pm
13073
... I can sympathize with both sides here. The closest that perl has at present to named parameters is: sub foo { my( $a, $b ) = @_; ... which is effectively...
John Macdonald
jmm@...
Send Email
Dec 1, 1997
6:10 pm
13074
This is a bug report for perl from periat@..., generated with the help of perlbug 1.20 running under perl 5.00404. ... [Please enter your report here]...
Periat Henri
periat@...
Send Email
Dec 2, 1997
12:26 am
13075
Hej, I've encountered quite a strange bug in perl 5.004; it persists on both perls I have an access to: OS/2 version 5.004_04 and FreeBSD version 5.004. ...
tobez@...
Send Email
Dec 2, 1997
1:23 am
13076
This bug has been seen before, and the cause is known (See: http://www.rosat.mpe-garching.mpg.de/mailing-lists/perl-porters/1997-10/msg00140.html and...
Owen Taylor
owt1@...
Send Email
Dec 1, 1997
7:48 pm
13077
... The patch John is referring to was more or less the one I sent to Christopher Hannui of IBM later last week for further re-entrancy work. ... Neither did...
Jarkko Hietaniemi
jhi@...
Send Email
Dec 2, 1997
2:47 am
13078
Oooh, whatever was done to speed up list mail delivery, I like it! The list message arrived only 3 minutes after personal mail. John....
John L. Allen
allen@...
Send Email
Dec 1, 1997
8:04 pm
13079
The attached patch documents the abs_path() and fast_abs_path() subs in Cwd.pm. Also as getcwd and abs_path are almost identical it changes getcwd to be...
Graham Barr
gbarr@...
Send Email
Dec 1, 1997
7:27 pm
13080
I'll give it a try. I applied the thread patch and that fixed all but the hang in socket testing, which appeared to have something to do with finding the...
Gary Shea
shea@...
Send Email
Dec 1, 1997
6:09 pm
13081
In article <199712010706.CAA19762@...>, ... We have seen this report before. Anybody ready for a doc patch? These lines are _theoretically_...
Ilya Zakharevich
ilya@...
Send Email
Dec 1, 1997
8:33 pm
13082
... No, you're safe. They began appearing in _54. I didn't bother mentioning it 'cause I figured someone had been manipulating ExtUtils::MakeMaker (something...
Stephen Zander
srz@...
Send Email
Dec 1, 1997
5:32 pm
13083
... Well, now that I have mentioned it, who was working on that change? I'm trying to run multiple versions of _55 & it'd be nice if I could use CPAN to...
Stephen Zander
srz@...
Send Email
Dec 1, 1997
5:48 pm
13084
... Harumph. Unless people mention about any oddities they encounter we'll be stuck in 'work-in-progress' stages for ever. But thanks for pardoning me for the...
Jarkko Hietaniemi
jhi@...
Send Email
Dec 2, 1997
3:42 am
13085
MakeMaker, in perl5.004_04, still assumes that Solaris has the only linker which doesn't use LD_RUN_PATH, and adds in -R arguments to do the right thing. IRIX...
W. Phillip Moore
wpm@...
Send Email
Dec 1, 1997
8:38 pm
13086
... Here's the last message I have from Larry on this. I am, of course, reposting it now because I agree with it. It's also a handy reference to a previous...
Tim Bunce
Tim.Bunce@...
Send Email
Dec 2, 1997
12:44 am
13087
... [ ... ] ... [ ... ] ... I like that. I think I'd prefer attributes of 'alias' and 'copy' to 'mod' and 'mod copy'. (Or were attributes going to be ...
John Macdonald
jmm@...
Send Email
Dec 1, 1997
9:35 pm
Messages 13058 - 13087 of 89846   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help