Search Discussions
-
Hi, My names Lyle, I've been an open and commercial perl programmer for over 5 years. I've worked with literally hundreds of hosting companies, with all types of OS and web server. There is a ...
AllAffiliatePro Info
Nov 11, 2004 at 1:57 am
Dec 9, 2004 at 2:20 am -
I've been looking over perldelta for the new RC for perl, and I've been puzzling over one particular paragraph, regarding the former faulty optimization for sort. We (at Perlmonks) think we figured ...
Bart Lateur
Nov 16, 2004 at 10:02 am
Nov 18, 2004 at 9:42 pm -
-----BEGIN PGP SIGNED MESSAGE----- Moin, I am not sure this can be seen as a bug - maybe it is a feature :) There are times when you want to use a hash just to record things you have previously seen, ...
Tels
Nov 8, 2004 at 8:29 pm
Nov 26, 2004 at 11:16 am -
I'm currently working on a patch to handle (?{...}) code snippets better. The main thing is does is that tokeniser recognises these within patterns and spits them out for the parser to compile, ...
Dave Mitchell
Nov 13, 2004 at 12:00 am
Nov 20, 2004 at 1:39 pm -
http://www.pobox.com/~schwern/src/ExtUtils-MakeMaker-6.22.tar.gz or http://mungus.schwern.org/svn/CPAN/ExtUtils-MakeMaker/tags/VERSION=6.22 or a CPAN near you! Basically, I said the hell with it. It ...
Michael G Schwern
Nov 25, 2004 at 2:53 am
Dec 9, 2004 at 12:09 pm -
Which operating systems ship perl 5 as core? As far as I know it's Solaris (5.6.1 currently) AIX OS X ("5.8.1 RC3") Most Linux distributions Does HP UX? Irix? How many use perl to write core system ...
Nicholas Clark
Nov 17, 2004 at 8:41 pm
Nov 18, 2004 at 3:52 pm -
Automated smoke report for 5.9.2 patch 23450 TANGAROA.uk.radan.com: Intel(R) Pentium(R) 4 CPU 2.00GHz(~1992 MHz) (x86/1 cpu) on MSWin32 - WinXP/.Net SP1 using cl version 12.00.8804 smoketime 6 hours ...
Steve Hay
Nov 1, 2004 at 4:46 am
Nov 9, 2004 at 12:05 pm -
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #32383] # in the subject line of all future correspondence about this issue. # <URL: ...
Jarkko Hietaniemi
Nov 9, 2004 at 4:43 pm
Nov 9, 2005 at 12:22 pm -
Ok, I'm working on MakeMaker again and I'm trying to shove a 6.22 out the door. Something that works so the core can update from 6.17. I can't remember what the critical problems were preventing ...
Michael G Schwern
Nov 23, 2004 at 5:00 am
Jan 3, 2005 at 4:50 pm -
Module-Build-0.2604 is failing t/runthrough.t test #19 when it tries to compare the VERSION number (Is this a problem with blead-perl v5.9.2 or Module::Build?) ok $contents, "/Module::Build version ...
David Dyck
Nov 19, 2004 at 12:29 am
Nov 30, 2004 at 1:15 pm -
5.8.6-RC1 has CPAN version 1.76_01; an install Bundle::CPAN will downgrade it to 1.76 from CPAN. Can the CPAN CPAN version be updated to 1.77? I also noticed a few badly formed beta $VERSIONs that ...
Yitzchak Scott-Thoennes
Nov 19, 2004 at 5:06 am
Nov 24, 2004 at 5:03 pm -
Hi Håkan, I'm not sure what's causing this error, but it looks like your compiler is having trouble with the 'register' modifier on the variable 'sv'. I'm forwarding your message to ...
Ken Williams
Nov 16, 2004 at 3:49 pm
Nov 18, 2004 at 11:10 am -
Hi, I had the time to investigates which peephole optimizations are in fact needed to pass the test suite. The only test failures I ignored altogether were those of the various B:: tests. Here's the ...
Tassilo von Parseval
Nov 4, 2004 at 9:26 am
Nov 14, 2004 at 7:09 am -
I have this patch (the sort that won't fit into the margin of this e-mail) that cuts Config.pm down from about 32K to 3K by putting all the little used stuff in another file. With my patch I have ...
Nicholas Clark
Nov 26, 2004 at 8:58 pm
Dec 1, 2004 at 5:18 pm -
# New Ticket Created by Yitzchak Scott-Thoennes # Please include the string: [perl #32272] # in the subject line of all future correspondence about this issue. # <URL: ...
Yitzchak Scott-Thoennes
Nov 1, 2004 at 7:50 pm
Nov 10, 2004 at 9:59 am -
# New Ticket Created by Jeff Lavallee # Please include the string: [perl #32401] # in the subject line of all future correspondence about this issue. # <URL: ...
Jeff Lavallee
Nov 10, 2004 at 6:59 pm
Jan 13, 2005 at 5:48 am -
Hi Porters, here's a patch from SuSE's perl-5.8.5. It changes the putenv handling in a way so that PERL_USE_SAFE_PUTENV is defined for applications that embedded perl. It does this by adding a global ...
Michael Schroeder
Nov 11, 2004 at 2:54 pm
Nov 27, 2004 at 3:41 pm -
Hi Ed. I've just gone through putting together a fresh OS X installation and was reminded of the little nits in Apple's Perl installation that could use fixing when next they do an upgrade (with ...
Michael G Schwern
Nov 11, 2004 at 9:19 am
Nov 13, 2004 at 3:11 pm -
Hi, Currently the Cwd module[1] has no copyright/license statement in it, and I'm not sure it ever has. Since it's always been a core module, with no independent CPAN life until I gave it one, I ...
Ken Williams
Nov 30, 2004 at 1:00 am
Dec 1, 2004 at 4:22 am -
Hi, this morning I had a look at the current state of affairs with respect to pod/perltodo.pod to check whether any low-hanging fruits could be found. I then decided to work a bit on optionalizing ...
Tassilo von Parseval
Nov 3, 2004 at 11:26 am
Nov 8, 2004 at 9:30 pm -
The following trivial program: use Tk; my $mw = Tk::MainWindow- new; $mw- update; segfaults in the $mw- update call when I use the current perl-5.8.x snapshot from ...
Gisle Aas
Nov 3, 2004 at 10:39 am
Nov 3, 2004 at 8:14 pm -
# New Ticket Created by Mark-Jason Dominus # Please include the string: [perl #32562] # in the subject line of all future correspondence about this issue. # <URL: ...
Mark-Jason Dominus
Nov 22, 2004 at 3:27 pm
Jan 3, 2005 at 9:37 pm -
# New Ticket Created by Ingo Weinhold # Please include the string: [perl #32717] # in the subject line of all future correspondence about this issue. # <URL: ...
Ingo Weinhold
Nov 30, 2004 at 3:38 pm
Dec 29, 2004 at 12:22 pm -
With Test::More 0.50 and threads I get an odd error using skip and threads. [~/tmp/Test-Simple-0.50] perl5.8.5 -Ilib -wle 'use threads; use Test::More "no_plan"; pass("foo"); SKIP: { skip "this", 1 ...
Michael G Schwern
Nov 23, 2004 at 9:41 am
Nov 29, 2004 at 4:38 am -
% perl -le '$_ = "a"; /a/g; print pos' 1 % perl -le '$_ = "a"; /b/g; print pos' prints nothing (returns undef), I'd expect that it returns 0. Do I miss something? Didn't find any mentioning of undef ...
Stas Bekman
Nov 27, 2004 at 1:04 am
Nov 28, 2004 at 4:13 am -
i don't have fork() on my system and have to port perl. only function exists is vfork(). Now trying to find where it should be changed. found Perl_my_fork() function from util.c Is it perl's most ...
Gumbold
Nov 10, 2004 at 1:35 pm
Nov 22, 2004 at 3:30 pm -
Hi, We are using module C::Include in our Perl application that runs on Red Hat Linux 7.3 with kernel version 2.4.18. For some reason this application allocates more and more memory during its run. ...
Viktor Nosov
Nov 3, 2004 at 10:29 pm
Nov 11, 2004 at 7:34 pm -
6
[perl #32380] numeric.c assumes that NV_DIG+2 will be enough digits for all precision possible in NV
# New Ticket Created by Allen Smith # Please include the string: [perl #32380] # in the subject line of all future correspondence about this issue. # <URL: ...Allen Smith
Nov 9, 2004 at 2:28 pm
Jul 2, 2013 at 7:00 am -
I'm singularly failing to remember how to construct a regexp that has the correct properties to tie up the regexp engine until the heat death of the universe, so I might be spouting rubbish here: ...
Nicholas Clark
Nov 25, 2004 at 11:23 pm
Mar 9, 2010 at 4:25 pm -
Hi, Correct me if I'm wrong, but wasn't XSLoader formerly available on CPAN as a stand-alone module? It looks like it's not available as such on CPAN right now. I'm trying to get Cwd/File::Spec (the ...
Ken Williams
Nov 19, 2004 at 9:21 pm
Jan 3, 2005 at 8:00 pm -
I looked into these failures a bit last night. The problem is that the function getservbyname_r() is defined within the OpenBSD library, but no prototype is defined in any .h file. The smoke test, by ...
Steve Peters
Nov 30, 2004 at 1:44 pm
Nov 30, 2004 at 3:37 pm -
# New Ticket Created by adalbert.perbandt@infineon.com # Please include the string: [perl #32639] # in the subject line of all future correspondence about this issue. # <URL: ...
Adalbert . perbandt @ infineon . com
Nov 26, 2004 at 3:59 pm
Nov 28, 2004 at 5:11 am -
i choose to build threading perl on linux. Does it mean if i have no getgrent_r() and couple of other `_r' functions, so can't build it?
Gumbold
Nov 17, 2004 at 10:05 am
Nov 19, 2004 at 6:38 am -
# New Ticket Created by Jim Harville # Please include the string: [perl #32463] # in the subject line of all future correspondence about this issue. # <URL: ...
Jim Harville
Nov 16, 2004 at 6:29 pm
Nov 17, 2004 at 9:22 pm -
You've ended up posting this on the wrong list. People that might be interested would not see it. I've Cc'd the correct list. -- H.Merijn Brand Amsterdam Perl Mongers (http://amsterdam.pm.org/) using ...
H.Merijn Brand
Nov 5, 2004 at 3:05 pm
Nov 7, 2004 at 8:01 pm -
$FindBin::VERSION==1.44 $FindBin::Bin == /home/steve/sandbox $Cwd::abs_path($FindBin::Bin) == /home/steve/sandbox It seems to be working fine now in 5.8.5. I have updated File::Spec and Cwd to the ...
Steve Peters via RT
Nov 14, 2004 at 3:42 pm
Nov 26, 2004 at 12:15 pm -
http://www.pobox.com/~schwern/src/Test-Simple-0.50.tar.gz or a CPAN near you. Not much in this release, just fixing the little Windows testing bug. Also dumped Aegis. Stiched the Aegis era revisions ...
Michael G Schwern
Nov 20, 2004 at 6:00 am
Nov 23, 2004 at 9:01 am -
is perl interpreter multithreaded, mean can be build without fork?
Gumbold
Nov 11, 2004 at 1:50 pm
Nov 22, 2004 at 3:31 pm -
The use of undef with %SIG is itself undefined. To ignore a certain signal, use 'IGNORE' as follows. %SIG{'INT'} = 'IGNORE'; To use the default signal handling for the operating system, use ...
Steve Peters via RT
Nov 5, 2004 at 8:36 pm
Nov 9, 2004 at 3:43 pm -
# New Ticket Created by Tran Huu Tri # Please include the string: [perl #32251] # in the subject line of all future correspondence about this issue. # <URL: ...
Tran Huu Tri
Nov 1, 2004 at 2:56 am
Nov 1, 2004 at 5:39 pm -
Below is a patch to explain the behavior and to suggest better alternatives. --- /usr/libdata/perl5/i386-openbsd/5.8.5/IO/File.pm Fri Sep 17 13:09:59 2004 +++ ./IO/File.pm Sat Nov 27 09:32:46 2004 @@ ...
Steve Peters via RT
Nov 27, 2004 at 3:36 pm
Nov 28, 2004 at 3:23 am -
Hi all, Here is an implementation for the 'minitest' buildtarget on VMS. It needs another pair of eyes I guess (it worked on the Alpha). diff -ru perl-current/vms/descrip_mms.template ...
Abe Timmerman
Nov 13, 2004 at 11:48 pm
Nov 28, 2004 at 12:53 am -
It is cross-build on Linux for my mmu less system. Using stuff from Cross/ miniperl built,link to perl-5.8.5 binary instead of created miniperl - done, DynaLoader also. Now ByteLoader telling this: ...
Gumbold
Nov 24, 2004 at 11:00 am
Nov 24, 2004 at 3:15 pm -
# New Ticket Created by chris@ex-parrot.com # Please include the string: [perl #32486] # in the subject line of all future correspondence about this issue. # <URL: ...
Chris @ ex-parrot . com
Nov 18, 2004 at 6:10 pm
Nov 23, 2004 at 10:46 am -
This appears to have been fixed at some point in the past. Not enough arguments for grep at -e line 1, near ""fooba")" -e had compilation errors. BEGIN { $^W = 1; } unexpected OP_GREPSTART at ...
Steve Peters via RT
Nov 21, 2004 at 4:48 am
Nov 23, 2004 at 9:52 am -
"Hallo!" said Piglet, "whare are /you/ doing?" "Hunting," said Pooh. "Hunting what?" "Tracking something," said Winnie-the-Pooh very mysteriously. "Tracking what?" said Piglet, coming closer. "That's ...
Nicholas Clark
Nov 11, 2004 at 10:11 pm
Nov 23, 2004 at 7:51 am -
I have a piece of code in XS land that reads data from an external source and populates a scalar that's passed in to it (ala sysread). It doesn't seem to work if I pass a shared variable in to it ...
Eric Garland
Nov 19, 2004 at 6:39 am
Nov 21, 2004 at 9:17 pm -
Credits should go to Jean-Louis Leroy for the original implementation. I just debug the thing. This is how Set::Object works. The major structure is a bucket hash, which expands by doubling the ...
Sam Vilain
Nov 10, 2004 at 12:04 am
Nov 15, 2004 at 7:22 pm -
# New Ticket Created by ae5t-ksn@asahi-net.or.jp # Please include the string: [perl #32407] # in the subject line of all future correspondence about this issue. # <URL: ...
Ae5t-ksn @ asahi-net . or . jp
Nov 11, 2004 at 10:23 am
Nov 12, 2004 at 6:49 pm -
Hi, I have developed Perl Extension Program with Perl v5.8.0 on linux 9.1 platform, and now I want to reinstall with Perl v5.6.0 on Linux 9.1 to test my program. How can I uninstall Perl v5.8.0 on ...
Tran Huu Tri
Nov 1, 2004 at 9:58 am
Nov 8, 2004 at 2:05 am
Group Overview
group | perl5-porters |
categories | perl |
discussions | 266 |
posts | 981 |
users | 154 |
website | perl.org |
154 users for November 2004
Archives
- June 2016 (5)
- May 2016 (782)
- April 2016 (174)
- March 2016 (531)
- December 2015 (245)
- April 2015 (169)
- March 2015 (473)
- February 2015 (439)
- January 2015 (1,057)
- December 2014 (1,349)
- November 2014 (966)
- October 2014 (1,113)
- September 2014 (1,618)
- August 2014 (784)
- July 2014 (976)
- June 2014 (1,234)
- May 2014 (1,223)
- April 2014 (772)
- March 2014 (754)
- February 2014 (1,098)
- January 2014 (1,160)
- December 2013 (788)
- November 2013 (1,137)
- October 2013 (838)
- September 2013 (1,294)
- August 2013 (1,480)
- July 2013 (1,403)
- June 2013 (1,437)
- May 2013 (1,331)
- April 2013 (436)
- March 2013 (795)
- February 2013 (762)
- December 2012 (972)
- November 2012 (155)
- October 2012 (1,550)
- September 2012 (1,847)
- August 2012 (1,300)
- July 2012 (1,143)
- June 2012 (1,403)
- May 2012 (1,373)
- April 2012 (993)
- March 2012 (958)
- February 2012 (1,326)
- January 2012 (1,667)
- December 2011 (1,109)
- November 2011 (1,422)
- October 2011 (840)
- September 2011 (1,365)
- August 2011 (1,119)
- July 2011 (1,330)
- June 2011 (946)
- May 2011 (1,393)
- April 2011 (1,195)
- March 2011 (866)
- February 2011 (949)
- January 2011 (1,089)
- December 2010 (962)
- November 2010 (1,137)
- October 2010 (828)
- September 2010 (988)
- August 2010 (1,087)
- July 2010 (1,280)
- June 2010 (670)
- May 2010 (968)
- April 2010 (1,475)
- March 2010 (1,025)
- February 2010 (990)
- January 2010 (1,101)
- December 2009 (1,010)
- November 2009 (1,157)
- October 2009 (1,628)
- September 2009 (790)
- August 2009 (1,183)
- July 2009 (1,367)
- June 2009 (1,126)
- May 2009 (809)
- April 2009 (606)
- March 2009 (812)
- February 2009 (714)
- January 2009 (913)
- December 2008 (752)
- November 2008 (1,039)
- October 2008 (903)
- September 2008 (761)
- August 2008 (496)
- July 2008 (758)
- June 2008 (923)
- May 2008 (931)
- April 2008 (813)
- March 2008 (954)
- February 2008 (850)
- January 2008 (1,433)
- December 2007 (1,146)
- November 2007 (1,102)
- October 2007 (896)
- September 2007 (1,183)
- August 2007 (737)
- July 2007 (1,316)
- June 2007 (1,017)
- May 2007 (1,071)
- April 2007 (1,129)
- March 2007 (1,150)
- February 2007 (1,179)
- January 2007 (947)
- December 2006 (670)
- November 2006 (1,105)
- October 2006 (962)
- September 2006 (695)
- August 2006 (597)
- July 2006 (948)
- June 2006 (1,145)
- May 2006 (1,002)
- April 2006 (1,102)
- March 2006 (1,056)
- February 2006 (1,026)
- January 2006 (1,142)
- December 2005 (1,030)
- November 2005 (825)
- October 2005 (996)
- September 2005 (885)
- August 2005 (693)
- July 2005 (1,381)
- June 2005 (1,137)
- May 2005 (909)
- April 2005 (795)
- March 2005 (762)
- February 2005 (503)
- January 2005 (815)
- December 2004 (931)
- November 2004 (981)
- October 2004 (670)
- September 2004 (449)
- August 2004 (749)
- July 2004 (871)
- June 2004 (708)
- May 2004 (711)
- April 2004 (986)
- March 2004 (1,232)
- February 2004 (934)
- January 2004 (1,310)
- December 2003 (1,055)
- November 2003 (1,220)
- October 2003 (1,628)
- September 2003 (1,693)
- August 2003 (2,053)
- July 2003 (1,739)
- June 2003 (1,064)
- May 2003 (1,344)
- April 2003 (1,256)
- March 2003 (1,143)
- February 2003 (1,236)
- January 2003 (1,108)
- December 2002 (897)
- November 2002 (874)
- October 2002 (1,221)
- September 2002 (1,255)
- August 2002 (1,696)
- July 2002 (1,719)
- June 2002 (2,292)
- May 2002 (2,016)
- April 2002 (2,489)
- March 2002 (2,413)
- February 2002 (1,488)
- January 2002 (1,641)
- December 2001 (2,190)
- November 2001 (2,082)
- October 2001 (1,372)
- September 2001 (1,828)
- August 2001 (1,602)
- July 2001 (1,667)
- June 2001 (1,833)
- May 2001 (2,353)
- April 2001 (1,893)
- March 2001 (1,594)
- February 2001 (1,808)
- January 2001 (1,825)
- December 2000 (1,353)
- November 2000 (1,776)
- October 2000 (1,452)
- September 2000 (1,318)
- August 2000 (2,169)
- July 2000 (1,118)
- June 2000 (773)
- May 2000 (1,163)
- April 2000 (1,181)
- March 2000 (2,886)
- February 2000 (1,596)
- January 2000 (1,407)
- December 1999 (644)
- November 1999 (1,102)
- October 1999 (1,537)
- September 1999 (1,425)
- August 1999 (303)