[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [FWP] Re: [Silly Fun WP] Perl error messages



At 09:01 AM 7/13/99 +0000, John Carter wrote:
>I have selected likely looking error messages from the perl
>executable. The SFWP list must come up with a funny way of triggering each
>of the following....

I'll donate this one:

>Bizarre copy of %s in %s

courtesy Perl 5.004_04, Solaris 2.5.1:

use strict;
my @a;
for (1..4) {
   push @a, $_, last if $_ == 3;
}


Bizarre copy of ARRAY in last at - line 3.


--
Peter Scott
Pacific Systems Design Technologies


==== Want to unsubscribe from Fun With Perl?  Well, if you insist...
==== Send email to <fwp-request@technofile.org> with message _body_
====   unsubscribe