Re: Table of Perl 5 Operators

2005-05-18 Thread Stephen McCamant
MGS == Michael G Schwern Michael writes: MGS You've seen Mark Lentczner's Periodic Table of Perl 6 Operators MGS http://www.ozonehouse.com/mark/blog/code/PeriodicTable.html MGS What about one for Perl 5? MGS http://www.pobox.com/~schwern/tmp/perl5ops MGS So... did I miss anything? and and or

Re: Table of Perl 5 Operators

2005-05-18 Thread Michael G Schwern
On Tue, May 17, 2005 at 04:38:08PM -0700, Stephen McCamant wrote: and and or are the only ones that jump out at me. Thanks, a simple oversight. I've correlated your list with the levels used in B::Deparse (based on perlop) here: http://www.csua.berkeley.edu/~smcc/p5p-tmp/perl5ops-prec

Re: Table of Perl 5 Operators

2005-05-18 Thread José Castro
* Michael G Schwern ([EMAIL PROTECTED]) wrote: So... did I miss anything? Should //= be in there? Because my perl 5.8.6 doesn't seem to have it... -- Jose Alves de Castro [EMAIL PROTECTED] http://jose-castro.org/

Re: Table of Perl 5 Operators

2005-05-18 Thread Yitzchak Scott-Thoennes
On Wed, May 18, 2005 at 10:39:49AM +0100, Jos? Castro wrote: * Michael G Schwern ([EMAIL PROTECTED]) wrote: So... did I miss anything? Should //= be in there? Because my perl 5.8.6 doesn't seem to have it... It's in 5.9.x, or you can add it to 5.8.6 with this patch: