On Wed, Jun 4, 2008 at 7:21 AM, Mark J. Reed <[EMAIL PROTECTED]> wrote:
> The catch block is lexically contained within the try block, so the
> inviolate nature of the curlies remains intact.
thank you.
On Mon, Jun 2, 2008 at 6:50 PM, Larry Wall <[EMAIL PROTECTED]> wrote:
>* Exception handlers run in the lexical context of the block being
>tried.
>* Exception handlers run in the dynamic context of the code that is
>failing.
the first seems dangerous, esp. considering the
On 9/1/05, Rafael Garcia-Suarez <[EMAIL PROTECTED]> wrote:
> I just commited into bleadperl a patch that implements this :
>
> $ ./perl -e 'no 5'
> Perls since v5.0.0 too modern--this is v5.9.3, stopped at -e line 1.
> BEGIN failed--compilation aborted at -e line 1.
>
> That is, the e
I have uploaded asynchronous::universal::ready and
asynchronous::universal::set_callback
to CPAN. They are both entirely trivial packages with a mess of
documentation. The
idea behind them is to support asynchonous frameworks in which the
immediate result
of passing away a message is a placeholde
On 7/5/05, Paul Johnson <[EMAIL PROTECTED]> wrote:
> "I feel your pain and I will share it". How far each author goes down
> the backwards compatibility route is obviously up to them, and as a
> volunteer effort no one has any right to get upset about their decision.
Wasn't one of the goals of C
So is he going to backport his representational ideography to
the operators of perl 5.8?
Darren Duncan wrote:
Mark Lentczner has just (on May 26/28) created a useful/humerous
graphical diagram of the 100+ operators in the Perl 6 language, designed
to look like the periodic table of atomic element
the general magic level of
the other slots in *_, is it not?
--
David Nicol /
I think a range object needn't ever expand itself. Consider:
@Floor = (0..Inf,-Inf..-1);
--
"Life is like a sewer: what you get out of it
depends on what you put into it." -- Hen3ry
the slice()
semantics; what if
$last = @array[-1]
always worked?
--
David Nicol, independent consultant and contractor
perl -Mcoroutine0 -e'$c=new coroutine0 VARS=>[],BODY=>q"YIELD 74;
YIELD 65;YIELD 80;YIELD 72; YIELD 10;";for(;;){print chr(&$c||die)};'
push @arr, $_;
$_;
}
And this might even just be a special case that perl6 array-FETCH is
supposed to know about. (or create a LAST tie operator.)
The range specs that know their own length without flattening (see
a few paragraphs prev. in apo6) and counting would know
For example
for( initialize ; test ; increment ) body
means
{initialize ; while (test) {body ; increment }}
;
thanks
--
David Nicol, independent consultant and contractor 312 587
2868
"For every old blackboard there are now hundreds of new electronic
computers"
The thought process went something like this.
In a world of distributed perl data, we want an
expression like
foreach (grep { $_->{smoker} and $_->{age} > 18 } @Subscribers){
$->send($Cigarette_Advertisement)
}
to do the filtering on the machine that holds the s
leness standard which has appeared in
the ensuing years)
david nicol
Original Message
Return-Path: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Received: (qmail 14099 invoked from network); 14 Feb 2002 22:51:43 -
Received: from eros.cs.jhu.edu (128.220.223.245)by hilbert.umkc.edu with SMTP; 14 Feb
2002 22:51:43 -
Received: from e
$fh>;
>
> and handle errors with extreme prejudice.
>
> Have I missed anything?
could have put your die inside a a try just for kicks
> Damian
--
David Nicol 816.235.1187
silly ears http://www.bobdylan.com/songs/gates.html
what if
> my Dog &hot () is rw { my Dog $anonymous }
goes dollarless as
my Dog sub hot () is rw { my Dog scalar anonymous }
--
David Nicol 816.235.1187
silly ears http://www.bobdylan.com/songs/gates.html
http://www.25hoursaday.com/StoringAndQueryingXML.html#samplexpath
like plan9, Xpath uses slash instead of dot to get inside things.
Note the slicing syntax.
17 matches
Mail list logo