in reply to Re: Unexpected warningin thread Unexpected warning
I get no warnings from this code below:
use strict; use warnings; my @array; my $x = shift @array; my $y = shift @array; [download]