Search Discussions
-
Hmmm, the perlbug- perl5-porters gw does not seem to be gwing, so my latest followup wasn't shown in p5p. This is a potential candidate patch for 5.8.1, however, so I'm resending it. This patch is ...
Jarkko Hietaniemi
Jun 19, 2003 at 6:11 am
Jun 29, 2003 at 9:10 pm -
Isn't that solved by the restriction of allowing lexical hash slices *only* without parens? valid: my @time{qw( sec min hour mday mon year wday yday isdst )} = localtime; invalid: my ($x, @hash{qw( ...
H.Merijn Brand
Jun 26, 2003 at 4:01 pm
Jul 9, 2003 at 2:35 pm -
You do *not* want to break existing code that depends on it. If you want to change this, you should lobby on p6-lang. Maybe Perl 6 won't make this mistake (or its analog in the weird-ass^W^Winventive ...
Chip Salzenberg
Jun 16, 2003 at 6:13 pm
Jul 9, 2003 at 12:38 pm -
Correction: If I use BEGIN around the require, they indeed get run: perl -e 'BEGIN { require Board }' perl -e 'BEGIN { require "kgsueme/board.pl" }' However, my program driver was loading the main ...
Marc) (A.) (Lehmann
Jun 27, 2003 at 1:16 am
Jun 30, 2003 at 2:45 pm -
Observe: $ cat Foo.pm package Foo; sub bar { print $fullname; } 1; $ perl -cw Foo.pm Name "Foo::fullname" used only once: possible typo at Foo.pm line 4. Foo.pm syntax OK $ perl -wle 'require ...
Michael G Schwern
Jun 3, 2003 at 9:04 pm
Jun 10, 2003 at 4:29 pm -
http://www.iki.fi/jhi/perl@19733.tgz http://www.iki.fi/jhi/perl@19733.tbz (or rsync -avz ftp.linux.activestate.com::perl-5.8.x perl-5.8.x) Changes since the last: [ 19732] By: jhi on 2003/06/09 ...
Jarkko Hietaniemi
Jun 9, 2003 at 10:13 pm
Jun 16, 2003 at 8:22 pm -
I was poking at a non-threaded build of 5.8.1-to-be, and I noticed this: $ LD_LIBRARY_PATH=. ldd perl libperl.so = ./libperl.so libsocket.so.1 = /lib/libsocket.so.1 libnsl.so.1 = /lib/libnsl.so.1 ...
Alan Burlison
Jun 26, 2003 at 12:19 am
Jul 2, 2003 at 1:59 pm -
(Disclaimer: This is my first patch submission. If there's a better way for me to patch FreeBSD-dependant bugs in Perl than testing for the __FreeBSD__ macro, please tell me what it is and I'll fix ...
Alan
Jun 11, 2003 at 6:07 pm
Sep 28, 2012 at 1:41 am -
Hallo, Need this for Cygwin (also attched): --- lib/pod/Perldoc.pm~ 2003-06-24 10:28:49.000000000 +0200 +++ lib/pod/Perldoc.pm 2003-06-24 10:28:28.000000000 +0200 @@ -44,6 +44,7 @@ *IS_MSWin32 = $^O ...
Gerrit P. Haase
Jun 24, 2003 at 8:59 am
Jun 26, 2003 at 8:29 am -
I got the following two test failures on Solaris 8 with maintperl, with .patch = 19704. I'm pretty sure these are relatively new, since I don't recall seeing them at 19612. The first one looks like ...
Andy Dougherty
Jun 9, 2003 at 3:39 pm
Jun 11, 2003 at 8:30 am -
I examined both perldelta and Changes and was not able to find any explanation of this problem, so I am referring it to P5P... It appears that somewhere between 5.6.1 and 5.8.0 the behavior of ...
William R Ward
Jun 2, 2003 at 11:15 pm
Jun 7, 2003 at 4:44 pm -
Just to do a little parade raining here... Even if this is fixed in some random release of perl, it won't have the slightest effect on attacks on perl driven web sites because only 0.000001% of web ...
Horsley Tom
Jun 19, 2003 at 7:54 pm
Jun 25, 2003 at 2:59 pm -
Sometime since 5.8.0, glob has stopped working in miniperl on VMS: $ mcr []miniperl -e "glob('foo');" Can't load module Fcntl, dynamic loading not available in this perl. (You may need to build a new ...
Craig A. Berry
Jun 2, 2003 at 3:00 am
Jun 3, 2003 at 4:16 pm -
Fine by me. Ilya Martynov offered to do this a while back, but apparently he never did. Or, if he did, the new version is not being indexed on CPAN. ...
Gurusamy Sarathy
Jun 28, 2003 at 6:31 pm
Jul 20, 2003 at 8:10 pm -
10
perlbool.pod
Porters, Here is a draft of perlbool.pod. Since we already have perlnumber.pod and overload.pm can handle bool differently from "" and 0+, I think boolean deserves a distinct pod if not a section. ...Dan Kogai
Jun 29, 2003 at 12:13 pm
Jul 10, 2003 at 12:43 pm -
Is it a bug? $ perl -we '($c.="5")."6";print "$c\n";' 56 I tried it on Perl 5.8.0 and 5.6.1 Regards, Shlomi Fish ---------------------------------------------------------------------- Shlomi Fish ...
Shlomi Fish
Jun 20, 2003 at 3:02 pm
Jun 30, 2003 at 10:51 pm -
# New Ticket Created by "Marie Vivian Wong Tzu Yenn" # Please include the string: [perl #22725] # in the subject line of all future correspondence about this issue. # <URL: ...
Marie Vivian Wong Tzu Yenn
Jun 18, 2003 at 12:08 pm
Jun 19, 2003 at 9:08 am -
Running 'nmake test' for maintperl under Windows last night issued the warning "Newline in left-justified string for sprintf" from t/op/sprintf.t. The test case leading to that warning was So I tried ...
Marcus Holland-Moritz
Jun 14, 2003 at 10:51 am
Jun 15, 2003 at 7:47 pm -
Porters, I came up with this thought when I was filing a complaint to a web site which states perl's notion of (true|false) wrong. I don't think this is a bug but I found it rather inconsistent ...
Dan Kogai
Jun 28, 2003 at 6:04 pm
Jun 29, 2003 at 7:22 am -
# New Ticket Created by perl-5.8.0@ton.iguana.be # Please include the string: [perl #22613] # in the subject line of all future correspondence about this issue. # <URL: ...
perl-5.8.0@ton.iguana.be (via RT)
Jun 7, 2003 at 8:36 pm
Jul 9, 2003 at 10:53 pm -
# New Ticket Created by daniel.engelsen@advancepcs.com # Please include the string: [perl #22568] # in the subject line of all future correspondence about this issue. # <URL: ...
daniel.engelsen@advancepcs.com (via RT)
Jun 4, 2003 at 9:03 pm
Jul 8, 2003 at 3:23 am -
Hi, I have an odd performance question. Could anybody tell me why version 1 below is faster than version 2? It looks like the opposite is true. Version 1: my ($a,$b,$c)=(0,1,2); $v=[1,2,3]; ...
Perl5
Jun 24, 2003 at 5:22 am
Jun 27, 2003 at 1:04 am -
Various changes. Enjoy. -- David Nicol, independent consultant and contractor Senator Orrin Hatch rewinds his DVDs
David nicol
Jun 19, 2003 at 5:51 am
Jun 25, 2003 at 2:48 am -
If you want the Oracle to answer a question for you, you *must* have the words "tell me" or "tellme" somewhere in your subject line. Capitalization doesn't matter. If you are answering a question, ...
The Internet Oracle
Jun 2, 2003 at 10:39 pm
Jun 8, 2003 at 10:58 am -
# New Ticket Created by "Andreas Fehr" # Please include the string: [perl #22728] # in the subject line of all future correspondence about this issue. # <URL: ...
Andreas Fehr
Jun 18, 2003 at 12:10 pm
Jun 23, 2003 at 10:35 pm -
Two trivial bugs-- perldoc can't find the file test operators. $ perldoc -f -X No documentation for perl function `-X' found And fttext generates a double warning (this is not new). $ perl -we -T Use ...
Steve Grazzini
Jun 11, 2003 at 4:55 am
Jun 14, 2003 at 2:12 pm -
Looks like something may have gone awry with the new nm-scan stuff. On Solaris 8, with Sun's Workshop compilers 4.2, I get cc -L/usr/lib -L/usr/ccs/lib -L/opt/SUNWspro/SC4.2/lib -L/usr/local/lib -o ...
Andy Dougherty
Jun 10, 2003 at 4:46 pm
Jun 11, 2003 at 4:29 pm -
6
pod2man
Trying to make Tk-800.024 on blead on SuSE, building fails on unrecognized --center option to pod2man without an option argument. At now I don't know who's to blame: Getopt::Long, pod2man, or Tk, but ...H.Merijn Brand
Jun 5, 2003 at 2:03 pm
Jun 7, 2003 at 12:52 am -
Porters, I would like to propose that we make useshrplib='false' default for darwin to resolve prebinding woes. I said "update_prebinding -root /" should resolve the problem but only temporarily. ...
Dan Kogai
Jun 3, 2003 at 4:30 pm
Jun 4, 2003 at 3:33 pm -
Hi, It's been detected that as I build perl@19525 (again, on a modern linux system), it scans the whole filesystem. I also remember the same thing happening with perl-5.8.0. Though it could seem ...
Alexey Tourbin
Jun 2, 2003 at 8:05 am
Jun 2, 2003 at 10:20 am -
# New Ticket Created by Mario A Cruz Gartner # Please include the string: [perl #22740] # in the subject line of all future correspondence about this issue. # <URL: ...
Mario A Cruz Gartner
Jun 19, 2003 at 9:34 pm
Jun 19, 2013 at 11:37 pm -
# New Ticket Created by Roy Badami # Please include the string: [perl #22835] # in the subject line of all future correspondence about this issue. # <URL: ...
Roy Badami
Jun 27, 2003 at 1:51 pm
Jun 30, 2003 at 7:53 am -
# New Ticket Created by mezon@mezon.eu.org # Please include the string: [perl #22649] # in the subject line of all future correspondence about this issue. # <URL: ...
mezon@mezon.eu.org (via RT)
Jun 12, 2003 at 3:38 pm
Jun 17, 2003 at 4:39 am -
mhx@r2d2 ~/src/perl/maint $ ./Configure -de -Dusethreads ... && make [...] sv.c: In function `perl_clone': sv.c:10754: error: structure has no member named `Icomppad' The PAD_CLONE_VARS() macro tries ...
Marcus Holland-Moritz
Jun 12, 2003 at 9:33 pm
Jun 13, 2003 at 4:44 pm -
I am installing the Apache-DBI-0.91 on a Linux Mandrake 9.1 server with Perl-5.8.0 Make test fails for one of seven (1 of 7), and refuses to install. [/root/.cpan/build/Apache-DBI-0.91] make test ...
Albert E. Whale, CISSP
Jun 8, 2003 at 3:37 am
Jun 10, 2003 at 7:56 am -
6.10_04's been out for more than a week now and I haven't heard much in the way of the usual Loud Cries Of Despair. Is this a good sign? Are people using it ok? Could I finally put out a full ...
Michael G Schwern
Jun 2, 2003 at 9:48 pm
Jun 3, 2003 at 11:14 pm -
# New Ticket Created by Call ID Numbers # Please include the string: [perl #22814] # in the subject line of all future correspondence about this issue. # <URL: ...
Call ID Numbers
Jun 26, 2003 at 7:32 pm
Jun 30, 2003 at 4:03 pm -
# New Ticket Created by scott@illogics.org # Please include the string: [perl #22719] # in the subject line of all future correspondence about this issue. # <URL: ...
scott@illogics.org (via RT)
Jun 17, 2003 at 6:04 pm
Jun 24, 2003 at 12:16 pm -
Hi, I was hoping that someone could help me with the following problem. I have a data file with 10 columns and I am reading the data in these columns in matrices $Ai[$i], i=1..10 using a perl script ...
Ioana Cozmuta
Jun 20, 2003 at 10:29 pm
Jun 21, 2003 at 9:49 pm -
# New Ticket Created by "Gerrit P. Haase" # Please include the string: [perl #22390] # in the subject line of all future correspondence about this issue. # <URL: ...
Gerrit P. Haase
Jun 1, 2003 at 3:24 pm
Jun 17, 2003 at 6:11 pm -
Automated smoke report for 5.8.1 patch 19733 on linux - 2.4.20-4gb (i686/1 cpu) (lt02) using gcc version 3.3 Report generated by Test::Smoke v1.17.02 O = OK F = Failure(s), extended report at the ...
H M Brand
Jun 13, 2003 at 11:44 am
Jun 13, 2003 at 3:37 pm -
Pprymmer
Jun 11, 2003 at 1:01 pm
Jun 11, 2003 at 3:26 pm -
Bug #15228 ("print" output in the debugger showing up too late) was caused by the patch contained in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-06/msg00050.html It's probably right ...
Alex Vandiver
Jun 4, 2003 at 6:20 am
Jun 9, 2003 at 7:49 pm -
http://www.iki.fi/jhi/perl@19683.tgz http://www.iki.fi/jhi/perl@19683.tbz (or rsync -avz ftp.linux.activestate.com::perl-5.8.x perl-5.8.x) Changes since the last: [ 19682] By: jhi on 2003/06/04 ...
Jarkko Hietaniemi
Jun 4, 2003 at 6:56 am
Jun 6, 2003 at 2:33 pm -
Hi I think Data::Dumper should have an operation mode dumping the string directly to the standard output (or another file), instead of constructing a string in memory. This is specially usefull to ...
Albie
Jun 6, 2003 at 10:04 am
Jun 6, 2003 at 11:54 am -
So it seems that there were no objections to me doing this, so what's the procedure? I've created a standalone distro that test fine with Perl 5.00503, 5.6.1, and 5.8.0. I've added the "if ...
Dave Rolsky
Jun 1, 2003 at 5:51 pm
Jun 3, 2003 at 8:00 am -
It's been over 7 months, but I would like to resume this discussion thread. Here is the background of the problem. With the patch #11559 (see Changes), $0 is cloned for every thread in 5.8, including ...
Chihping Fu
Jun 8, 2003 at 3:45 pm
Jul 9, 2003 at 10:38 am -
Last year I posted an extensive patch to the documentation of the B module. It seems that this didn't go into 5.8.0. I would like to see it, or something like it, go in. Here is a pointer to the ...
Mark Jason Dominus
Jun 29, 2003 at 5:47 am
Jul 1, 2003 at 6:06 pm -
http://www.iki.fi/jhi/perl@19893.tgz http://www.iki.fi/jhi/perl@19893.tbz (or rsync -avz ftp.linux.activestate.com::perl-5.8.x perl-5.8.x) (This just in after I already rolled the tarballs: Win32ers ...
Jarkko Hietaniemi
Jun 30, 2003 at 11:05 am
Jun 30, 2003 at 3:43 pm -
Hi, I am trying to build PERL 5.8 on SCO Openserver 5.0.0 This seems to go wrong at the stage that I do a "make test" The following is the output from where is starts to go wrong "Can't load ...
Richard Thomas
Jun 28, 2003 at 5:59 pm
Jun 28, 2003 at 8:51 pm
Group Overview
group | perl5-porters |
categories | perl |
discussions | 344 |
posts | 1,064 |
users | 131 |
website | perl.org |
131 users for June 2003
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)