On Wed, Oct 03, 2001 at 12:13:51PM -0400, Andy Dougherty wrote: > All tests successful, 5 subtests skipped. In which case, I'm happy to pretend this is a format string fix. :) (Applied, thanks)
> printing out an INTVAL. I see you're already conforming to the New Order. :) > Fortunately, perl5.7.x's Configure already does some of this > for us. Paging Robin Barker, paging Robin Barker. Simon -- $\=" ";@a=qw/hacker, Perl another Just/;sub TIESCALAR{bless[]};tie $a,$a; *STORE=*FETCH=sub{print pop @a};$_++for$a,$a;