At 09:22 PM 6/23/2003 +, you wrote:
# New Ticket Created by "Clinton A. Pierce"
# Please include the string: [perl #22767]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt2/Ticket/Display.html?id=22767 >
I apologize for the length of this example.
The Perl 6 Summary for the week ending 20030622
Welcome to my first anniversary issue of the Perl 6 Summary. Hopefully
there won't too many more anniversaries to celebrate before we have a
real, running Perl 6, but there's bound to be ongoing development after
that. My job is secure
Dan Sugalski wrote:
At 12:05 PM +0200 6/22/03, Leopold Toetsch wrote:
Dan Sugalski wrote:
*) Global namespace pointer
We don't so much need a hash of hashes as a linked list of hashes. And
yeah, it'll definitely have a performance impact on global lookups.
Fine. Then we just need to save the lin
# New Ticket Created by "Clinton A. Pierce"
# Please include the string: [perl #22767]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt2/Ticket/Display.html?id=22767 >
I apologize for the length of this example. I've spent a goodly part of
this af
On Mon, Jun 23, 2003 at 03:13:23PM +0100, sitaram wrote:
> Hi,
> I am a new one Perl.
> I want a book which gives the Knowledge about perl.
> I learned up to some extent using the online books.
> I want a book which is tells me about functions(system,Built in) in brief.
> Can U send the URL for suc
At 12:05 PM +0200 6/22/03, Leopold Toetsch wrote:
Dan Sugalski wrote:
*) Global namespace pointer
This would require a new opcode e.g. B to be
useful. Also the global table handling as of pdd06 is missing. This
global table stuff in pdd06 looks like we need a hash of hashes for
the globals. Savi
Ahh, clever. That's likely to work for systems which use the dlopen()
dynamic loading interface. I don't know if it will also work on HP-UX,
AIX, and Mac, though there's likely some equivalent trick. (Similarly,
non-Unix systems such as Win32, VMS, and OS/2 will need some
platform-specific tric
Hi,
I'm looking for comment or suggestions about this new module. It's
independent of and complementary to Test::Warn. It tests that your test
script didn't emit any warnings. Just add
use Test::More::None;
to the top your test script, update your plan (if you've got one) and that's
it
On Fri, 20 Jun 2003, Jens Rieks wrote:
> > (Which in itself tickles and scares the bejesus out of me.) Is there a
> > good way of finding the standard C library on a Unix system other than
> > hard-wiring it in like this?
> Yes. Parrot is linked with the standard C library. You can get a handle f
Hi,
I am a new one Perl.
I want a book which gives the Knowledge about perl.
I learned up to some extent using the online books.
I want a book which is tells me about functions(system,Built in) in brief.
Can U send the URL for such a Book.
I am waiting for your reply.
Thanks and Regards
Sita
Dan Sugalski <[EMAIL PROTECTED]> writes:
> Okay, now that we're well on our way to getting sub/method/whatever
> calling down and working, I want to point us towards what I'm thinking
> of for exceptions.
>
> Exception handlers really strike me as anonymous lexically scoped
> subroutines that get
I have checked in the final changes for putting the ->data member of the
PMC into the PMC_EXT structure.
This reduces the size of PerlScalars by another sizeof(void *).
- created a new ParrotIO class (only init and destroy yet)
- remove newinterp: use "new Px, .ParrotInterpreter" instead
- fixed
Luke Palmer wrote:
# New Ticket Created by "Clinton A. Pierce"
# Please include the string: [perl #22718]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt2/Ticket/Display.html?id=22718 >
I made a slight error in implementing the algorithm. It must
13 matches
Mail list logo