On Tue, Jul 29, 2014 at 1:26 PM, Karl Williamson via RT < perlbug-followup@perl.org> wrote: > > 2. Improve 'Variable "%s" is not imported' which you get when you use > > the wrong slot of an existing glob, such as in 'use strict; our $x = > > [3,1,4]; my $n = $x[0];' ? The error has nothing to do with importing > > anything. Even the perldiags entry is confusing, because it keeps > > talking about importing from a module. > > Could someone suggest better wording? > Easy! Global symbol "@x" requires explicit package name at -e line 1.Thread Previous | Thread Next