Re: new sigil

2005-10-21 Thread Stefan Lidman
For me AltGr + C gives Copyright-symbol (c). For me too, but AltGr + shift + E gives ยข. /Stefan Lidman

Re: Lingering questions about Junctions.

2005-02-21 Thread Stefan Lidman
Junctions should be on or off by default, I prefer on. Having them half-on is bad. Because if it is half-on people(me) is going to write C if $x == 3 | 5 | 7 { in N places then have to change it and remember to change it in N-1 places. Oops. ON or OFF. On please. /Stefan Lidman

Re: The Block Returns

2003-10-02 Thread Stefan Lidman
So, I must ask, what does this do: sub foo() { return my $self = { print Block; return $self; } } my $block = foo; # = sub {print Block; return $self;} A6: One obvious difference is that the sub on closures is now optional,

Re: == vs. eq

2003-04-06 Thread Stefan Lidman
Steffen Mueller wrote: Tom Christiansen wrote: [...] The price of that consideration would be to give the Mathematicians blank looks on *their* faces for a very long time instead. Certainly, they'll be quick to tell you there are just as many whole numbers as naturals. So they