RE: Properties, deleting them, and dump

2001-05-22 Thread Carl Johan Berglund
getting the keys of it. No matter what colour the bike shed is. Cajo. -- Carl Johan Berglund, [EMAIL PROTECTED], 0708-136 236 Adverb Information, http://www.adverb.se, 08-555 788 80

Properties, deleting them, and dump

2001-05-22 Thread Carl Johan Berglund
hing like: $var = $var.value To delete a single run-time property, we could reuse the existing 'delete' keyword, that deletes hash elements: delete $var.name; These thougts are just my $0.02. I'm sure Damian and Larry have thought this out in much more detail. Cajo. -- Ca

Re: Damian Conway's Exegesis 2

2001-05-16 Thread Carl Johan Berglund
ding on whatever Larry is doing with iterators and file handles, it could be done by temporarily assigning $STDOUT to your own output handle, which stores whatever you print to it in a string, and then returning that string. Cajo. -- Carl Johan Berglund, [EMAIL PROTECTED], 0708-136 236 Adverb Information, http://www.adverb.se, 08-555 788 80

Re: Damian Conway's Exegesis 2

2001-05-16 Thread Carl Johan Berglund
call the subroutine in the middle of the string, you should make it _return_ something, not print it. Cajo -- Carl Johan Berglund, [EMAIL PROTECTED], 0708-136 236 Adverb Information, http://www.adverb.se, 08-555 788 80

Re: Exegesis2 and the "is" keyword

2001-05-16 Thread Carl Johan Berglund
later ask it to return something, we want that something chomped. Cajo -- Carl Johan Berglund, [EMAIL PROTECTED], 0708-136 236 Adverb Information, http://www.adverb.se, 08-555 788 80

Re: Let's have a Standard for Module Configuration

2000-08-28 Thread Carl Johan Berglund
is needed by a new revision that isn't in the old one >and warn the user. --- Carl Johan Berglund, [EMAIL PROTECTED], 0708-136 236 Adverb Information, http://www.adverb.se, 08-555 788 30

Re: RFC 135 (v2) Require explicit m on matches, even with ?? and// as delimiters.

2000-08-25 Thread Carl Johan Berglund
At 14.17 +0200 2000-08-25, Bart Lateur wrote: >I propose that one of the main goals should be that perl6 ought to be >bugfree. > >Feasable? Nah... How about "easier to introduce new features into without introducing new bugs" :-) Cajo --- Carl Johan Berglund, [EMAIL PR