http://qs321.pair.com?node_id=302340


in reply to Re: How's your Perl?
in thread How's your Perl?

my @x = ( \$_, \$_ );

No, that's not good enough :)

my @x = ( \$_, \$_ ); $x[0] = 5; $x[1] == 5 or die;

Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }