Search Discussions
-
52
lexical subs
Now that we have lexical $_, why not lexical subs if ($some_expression) { sub complex_calc { # Some very complex calculus for this lexical scope only } my $foo = complex_calc (.....) + complex_calc ...H.Merijn Brand
Mar 9, 2007 at 7:45 am
Mar 13, 2007 at 3:57 pm -
In the recent thread on use feature Mark Jason Dominus made a comment that I think is worth analysing in more detail, and frankly deserves a bit of a rant. Its not really aimed at him as the view he ...
Demerphq
Mar 1, 2007 at 12:22 pm
Mar 7, 2007 at 1:22 am -
Hi & good day @ all, As announced in my mail from last month, I'll now send the second document of my Perl docs, so called 'perlscopetut.pod'. Some topics mentioned therein are: - Scopes (static and ...
Bolhar-Nordenkampf Ferdinand
Mar 1, 2007 at 11:22 am
Mar 3, 2007 at 4:57 pm -
I've recently been working on writing re::engine::* modules, some of which are on CPAN already under AVAR. The following are things that I'd like to see fixed in core before 5.10 is out so that I can ...
Ævar Arnfjörð Bjarmason
Mar 29, 2007 at 2:28 am
Apr 10, 2007 at 9:57 pm -
struct pmop { BASEOP ... U32 op_pmflags; U32 op_pmpermflags; U8 op_pmdynflags; ... }; and yet in pp_match I see things like PL_curpm = pm; if (dynpm- op_pmflags & PMf_ONCE) dynpm- op_pmdynflags |= ...
Nicholas Clark
Mar 31, 2007 at 10:40 pm
Apr 8, 2007 at 3:27 pm -
15
[perl #41683] [PATCH] v5.8.8 pod2html -- incorrect treatment of non-manual page refs like "this(c)"
# New Ticket Created by Jari Aalto # Please include the string: [perl #41683] # in the subject line of all future correspondence about this issue. # <URL: ...Jari Aalto
Mar 3, 2007 at 5:05 pm
Mar 23, 2007 at 2:49 pm -
It was discussed on #p5p that state variables in 5.10 will always evaluate the expression on the RHS and discard the value in later calls, example: $ perl5.9.5 -E 'sub res { print "eek"; int rand ...
Ævar Arnfjörð Bjarmason
Mar 25, 2007 at 10:14 pm
Apr 2, 2007 at 12:47 pm -
I'd like to know if the MAD stuff is anything that would interest me and whether I can do anything with it. Browsing the source is not enough to get me started. So here is my list of Frequently Asked ...
Rick Delaney
Mar 3, 2007 at 2:02 pm
Mar 16, 2007 at 8:43 am -
Moin, I consider doing away with the following packages, for the reasons outlined below. If anybody wants to preserve them, send me an email and I make you co-maintainer. Otherwise the will vanish. * ...
Tels
Mar 4, 2007 at 8:55 pm
Mar 7, 2007 at 5:21 pm -
Currently the utility of UNIVERSAL::DOES is somewhat restricted. It can't be safely used without also using Scalar::Util::blessed() as a guard clause to ensure that the object being checked is in ...
Demerphq
Mar 11, 2007 at 12:46 pm
Mar 15, 2007 at 8:10 pm -
We're in the process of adding a version number to TAP (ya know, ok 1, not ok 2) and I'm trying to figure out what version number we're actually at. I've been tracing back through the features added ...
Michael G Schwern
Mar 11, 2007 at 1:10 am
Mar 13, 2007 at 1:29 am -
Moin, is there anyone out there translating the Perl (core) PODs to other languages? What's the status on these translations if they exist? Or does somebody plan to? All the best, Tels - -- Signed on ...
Tels
Mar 9, 2007 at 4:18 pm
Apr 6, 2007 at 8:43 am -
In the output from 'make test', I get the following: lib/Pod/t/InputObjects......................................ok lib/Pod/t/man...............................................Unknown PerlIO layer ...
Jerry D. Hedden
Mar 1, 2007 at 7:27 pm
Mar 6, 2007 at 11:19 am -
Moin, I now tracked the problem for this bugreport http://rt.cpan.org/Ticket/Display.html?id=18025 (filed in bignum) down to some problem with int() and Look Ma!, I can replicate it without bignum at ...
Tels
Mar 30, 2007 at 5:55 pm
Apr 1, 2007 at 12:01 pm -
Attached patch will get the show on the road for building, but won't fix the minitest failures (ill followup with a patch for that). The change required to lib/ExtUtils/Liblist/Kid.pm fixes a bug in ...
Demerphq
Mar 7, 2007 at 3:24 pm
Mar 9, 2007 at 9:12 am -
Somewhere after the patchlevel 30634 [1] but definitely by the patchlevel 30667 [2] the following threads tests (if one believes the test harness) ../ext/threads/shared/t/cond.t -1 11 82 160 3-82 ...
Jarkko Hietaniemi
Mar 25, 2007 at 12:57 am
Mar 27, 2007 at 6:18 am -
Greets, Here's a patch for some nits in perlreguts: copy-editing stuff like punctuation, missing words, etc. There was one malformed sentence I didn't grok and wasn't sure how to correct: This is ...
Marvin Humphrey
Mar 16, 2007 at 5:43 am
Mar 20, 2007 at 11:12 pm -
Hi all! I believe it's high time to release a new maintenance release of the perl-5.8.x branch. There are several bugs that I'm aware of in perl-5.8.x. The one that most bothers me is: ...
Shlomi Fish
Mar 11, 2007 at 10:26 pm
Mar 15, 2007 at 7:33 pm -
Actually it's in the core, and lexical now. The meanings of pack C and U and their combinations have been changed years ago, by Ton Hospel, after lots of discussion. I'm not tempted to change them ...
Rafael Garcia-Suarez
Mar 31, 2007 at 7:10 am
Apr 2, 2007 at 3:51 pm -
This patch adds a test for p55, the "Perl 5 to Perl 5" translator. The patch is a bit large, because I made 'nomad' into a package 'Nomad.pm', but I don't think I changed anything to its internals. ...
Gerard Goossen
Mar 20, 2007 at 6:12 pm
Mar 26, 2007 at 9:50 pm -
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@perl.org and inform them ...
Perl5 Bug Summary
Mar 5, 2007 at 2:17 pm
Mar 26, 2007 at 2:16 pm -
Ok, heres the issue that 30678 solves in a nutshell in code: #!perl -l my $qr=qr/fo+oba+r/; 'foobar'=~/$qr/; print "A:",$1,$2; { 'fooooobaaaaar'=~/$qr/; print "B:",$1,$2; } print "C:",$1,$2; We ...
Demerphq
Mar 23, 2007 at 1:23 pm
Mar 26, 2007 at 9:00 am -
Today on perlmonks: http://perlmonks.org/?node_id=603402 Executive summary: "brainsick" expects the translation of PERL5LIB to @INC at runtime whereas perl seems to compute it once at startup. Or ...
Andreas J. Koenig
Mar 8, 2007 at 7:43 pm
Mar 22, 2007 at 7:56 am -
Hi! I'm trying to compile Website Meta Language against maintperl but I'm getting this: <<<<<<<<<<<<< shlomi:~/progs/wml/wml-itself/core/svn/2.0.x/src/wml_backend/p3_eperl$ make cc -Wl,-E ...
Shlomi Fish
Mar 12, 2007 at 10:30 pm
Mar 17, 2007 at 2:28 pm -
Surprising problem of the day: We set up our test bot to run with - Mdiagnostics, and performance went in the toilet, and some of our tests that make sure indexing happens within a reasonable amount ...
Andy Lester
Mar 15, 2007 at 4:21 pm
Mar 15, 2007 at 5:44 pm -
# New Ticket Created by Jari Aalto # Please include the string: [perl #41687] # in the subject line of all future correspondence about this issue. # <URL: ...
Jari Aalto
Mar 4, 2007 at 1:00 am
Mar 14, 2007 at 6:43 pm -
use Cwd; opendir D, "t" or die $!; open D, "ext" or die $!; chdir D or die $!; print getcwd, "\n"; __END__ Where do you think we end up? /home/nick/p4perl/perl/ext I'm not sure that this is logical. ...
Nicholas Clark
Mar 9, 2007 at 4:36 pm
Mar 11, 2007 at 2:23 am -
Moin, Michael Schwern found a memory leak in FastCalc, provided insight into why it leaks, and send in a patch and testfile. Splendid! So I applied his patch and released FastCalc 0.12 to CPAN. ...
Tels
Mar 3, 2007 at 4:11 pm
Mar 6, 2007 at 9:24 am -
Patch add a new madprop 'B' saying that something was forced to be a word. (Very useful when converting barewords). Gerard Goossen
Gerard Goossen
Mar 29, 2007 at 4:07 pm
Apr 25, 2007 at 4:13 pm -
This makes no sense to me: $ cat E.pl #!perl -w use Exporter; BEGIN { package Testing::Unused::Vars; @ISA = qw(Exporter); @EXPORT = qw(this $TODO that); package Foo; Testing::Unused::Vars- import; } ...
Nicholas Clark
Mar 9, 2007 at 5:55 pm
Apr 16, 2007 at 11:01 pm -
It all started so innocently... I wanted to get "./microperl -Ilib -V" working in Tru64. Which it wouldn't, since the ivsize et alia were all wrong since Alphas are not Intels (though these days ...
Jarkko Hietaniemi
Mar 31, 2007 at 9:50 pm
Apr 5, 2007 at 3:19 am -
Hi Allison! I've been thinking that after the death of PONIE, I'll try to bring perl 5 to Parrot from a different approach. Why not write a Perl 5 front end that will compile Perl 5 code to Parrot ...
Shlomi Fish
Mar 30, 2007 at 6:32 pm
Mar 31, 2007 at 3:05 pm -
# New Ticket Created by Michael G Schwern # Please include the string: [perl #42163] # in the subject line of all future correspondence about this issue. # <URL: ...
Michael G Schwern
Mar 29, 2007 at 3:50 am
Mar 30, 2007 at 7:46 pm -
Data::Alias won't work on some platforms (notably Win32, but also AIX, OS/2, classic MacOS) because I need to invoke functions which aren't exported. Most platforms don't care, but some - the ...
Matthijs van Duin
Mar 20, 2007 at 3:50 pm
Mar 25, 2007 at 10:14 pm -
# New Ticket Created by root@mail.meicho.com.tw # Please include the string: [perl #41993] # in the subject line of all future correspondence about this issue. # <URL: ...
Root @ mail . meicho . com . tw
Mar 22, 2007 at 3:41 pm
Mar 23, 2007 at 9:10 am -
Small regressions conquered. (1) PL_reg_names[] was new globally modifiable data. Cannot be. regcomp.pl tweaked to constify it, run to regen regnodes.h. (2) AutoSplit.pm had joined 5.9.5-only club. ...
Jarkko Hietaniemi
Mar 31, 2007 at 7:30 pm
Apr 1, 2007 at 1:13 pm -
# New Ticket Created by Jari Aalto # Please include the string: [perl #41691] # in the subject line of all future correspondence about this issue. # <URL: ...
Jari Aalto
Mar 4, 2007 at 12:03 pm
Mar 19, 2007 at 9:35 am -
I'm trying to build 5.8.5 on Windows to track down a test failure that's been reported for TAP::Parser. I'm not having much success :) I'm using MS VC++ 2005 Express. With the default win32/Makefile ...
Andy Armstrong
Mar 14, 2007 at 7:25 pm
Mar 15, 2007 at 9:13 am -
The current documentation of regular expressions consists of a single, large file (and a tutorial and an introduction). perlre is incomplete, wrong, badly organized and things are documented all over ...
Abigail
Mar 4, 2007 at 3:21 pm
Mar 7, 2007 at 8:11 am -
Current blead has the "V" command broken. % /home/src/perl/repoperls/installed-perls /perl/p*/perl-5*@30481/bin/perl -de0 Loading DB routines from perl5db.pl version 1.29 Editor support available. ...
Andreas J. Koenig
Mar 6, 2007 at 2:02 am
Mar 6, 2007 at 11:10 am -
# New Ticket Created by Jari Aalto # Please include the string: [perl #41685] # in the subject line of all future correspondence about this issue. # <URL: ...
Jari Aalto
Mar 3, 2007 at 6:31 pm
Mar 5, 2007 at 6:08 pm -
# New Ticket Created by Don Le # Please include the string: [perl #41740] # in the subject line of all future correspondence about this issue. # <URL: ...
Don Le
Mar 8, 2007 at 4:06 am
Sep 20, 2013 at 1:50 am -
The attached patch conditionalizes the inclusion of ppport.h in Cwd.xs so that it doesn't need ppport.h in core. It's here! Your new message! Get new email alerts with the free Yahoo! Toolbar. ...
Jerry D. Hedden
Mar 20, 2007 at 8:16 pm
Mar 23, 2007 at 12:21 pm -
I'm pleased to announce the inaugural Perl 6 Microgrants program. Best Practical Solutions (my company) has donated USD5,000 to The Perl Foundation to help support Perl 6 Development. Leon Brocard, ...
Jesse Vincent
Mar 22, 2007 at 3:04 am
Mar 23, 2007 at 11:01 am -
Dear p5p, I have just received a pretty sizable patch to AutoLoader from Marek Rouchal. I haven't reviewed it in detail yet, but will do so on the week-end. Since it's not a trivial patch, I'd like ...
Steffen Mueller
Mar 17, 2007 at 2:53 pm
Mar 20, 2007 at 12:33 pm -
I don't reproduce this. (with an utf-8 locale and various PERL_UNICODE settings) Can I see the verbose output of the test ?
Rafael Garcia-Suarez
Mar 15, 2007 at 11:15 am
Mar 17, 2007 at 8:11 am -
Hello, perl5-porters. I have a problem with memory reallocation when using a Perl interpreter embeded in my application. (I use few interpreters in few threads. For each interpreter exists its own ...
Irene Ladyko
Mar 11, 2007 at 5:52 am
Mar 15, 2007 at 11:54 am -
0.68 Tue Mar 13 17:27:26 PDT 2007 Bug fixes * If your code has a $SIG{__DIE__} handler in some cases functions like use_ok(), require_ok(), can_ok() and isa_ok() could trigger that handler. ...
Michael G Schwern
Mar 14, 2007 at 12:35 am
Mar 15, 2007 at 4:46 am -
Here's my work in progress. Attached is the clean diff. In the message body is an annotated version. The encoding for output depends on the effective layers. Outputting "wide characters" without ...
Juerd Waalboer
Mar 4, 2007 at 12:27 am
Mar 7, 2007 at 1:35 pm -
# New Ticket Created by jhh # Please include the string: [perl #42260] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=42260 ...
Jhh
Mar 31, 2007 at 8:26 pm
Apr 10, 2007 at 8:50 pm
Group Overview
group | perl5-porters |
categories | perl |
discussions | 256 |
posts | 1,150 |
users | 138 |
website | perl.org |
138 users for March 2007
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)