develooper Front page | perl.perl5.porters | Postings from April 2001

Re: [ID 20010427.007] B::Deparse hangs on .. and ... operators?

Thread Previous | Thread Next
From:
Robin Houston
Date:
April 27, 2001 11:26
Subject:
Re: [ID 20010427.007] B::Deparse hangs on .. and ... operators?
Message ID:
20010427192614.A30968@puffinry.freeserve.co.uk
Jeff Pinyan wrote:
> perl -MO=Deparse
> @a = (r .. z);
> @b = (q ... z);
> @c = (s .... z);
> @d = (m ..... z);
> @e = (y ...... z);

In bleadperl I get:

@a = ('r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z');
@b = '' . 'z';
@c = s/// . 'z';
@d = // ... 'z';
@e = tr/// ... 'z';

which looks okay to me.

(B::Deparse has come quite a way since 5.6...)

 .robin.

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About