Hi,
Larry Wall wrote:
> The only questions in my mind are whether Perl 5's \($a,$b) is
> what people expect (it's arguably counterintuitive to newbies),
> and whether there's some other construct that would more naturally
> construct a list of references. It's not just \« though, since it
> has t
On Mon, Sep 05, 2005 at 08:29:00PM +0100, Nicholas Clark wrote:
> It's not valid perl 4:
>
> $ perl4 -e 'no 5; print "[EMAIL PROTECTED]"'
> syntax error in file /tmp/perl-em47tij at line 1, next 2 tokens "no 5"
> Execution of /tmp/perl-em47tij aborted due to compilation errors.
$ perl1 -e 'no 4;
> From: Luke Palmer <[EMAIL PROTECTED]>
>On 9/11/05, Stevan Little <[EMAIL PROTECTED]> wrote:
>> Hello all.
>>
>> I have some questions about how Roles will behave in certain
>> instances, and when/where/what $?ROLE should be bound too.
>>
>> 1) Given this example, where 'bar' is a method stub (